inspec 0.30.0 → 0.31.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (316) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +50 -2
  3. data/Gemfile +2 -1
  4. data/docs/cli.rst +1 -17
  5. data/docs/resources.rst +128 -0
  6. data/docs/shell.rst +130 -0
  7. data/inspec.gemspec +3 -4
  8. data/lib/bundles/inspec-compliance/.kitchen.yml +0 -1
  9. data/lib/bundles/inspec-compliance/README.md +8 -3
  10. data/lib/bundles/inspec-compliance/api.rb +21 -6
  11. data/lib/bundles/inspec-compliance/bootstrap.sh +13 -9
  12. data/lib/bundles/inspec-compliance/cli.rb +23 -19
  13. data/lib/bundles/inspec-compliance/target.rb +1 -0
  14. data/lib/bundles/inspec-compliance/test/integration/default/cli.rb +42 -5
  15. data/lib/bundles/inspec-init/cli.rb +9 -0
  16. data/lib/bundles/inspec-supermarket/cli.rb +9 -0
  17. data/lib/bundles/inspec-supermarket/target.rb +2 -1
  18. data/lib/fetchers/local.rb +5 -2
  19. data/lib/fetchers/url.rb +1 -0
  20. data/lib/inspec/base_cli.rb +2 -1
  21. data/lib/inspec/cli.rb +14 -5
  22. data/lib/inspec/dependencies/dependency_set.rb +38 -0
  23. data/lib/inspec/dependencies/requirement.rb +103 -0
  24. data/lib/inspec/{dependencies.rb → dependencies/resolver.rb} +13 -132
  25. data/lib/inspec/dependencies/vendor_index.rb +98 -0
  26. data/lib/inspec/plugins/source_reader.rb +4 -0
  27. data/lib/inspec/profile.rb +2 -2
  28. data/lib/inspec/resource.rb +2 -0
  29. data/lib/inspec/runner.rb +13 -1
  30. data/lib/inspec/runner_mock.rb +4 -0
  31. data/lib/inspec/runner_rspec.rb +6 -2
  32. data/lib/inspec/shell.rb +22 -1
  33. data/lib/inspec/version.rb +1 -1
  34. data/lib/resources/iis_site.rb +107 -0
  35. data/lib/resources/port.rb +11 -4
  36. data/lib/resources/ssh_conf.rb +10 -2
  37. data/lib/resources/ssl.rb +94 -0
  38. data/lib/resources/xinetd.rb +11 -2
  39. data/lib/utils/parser.rb +6 -1
  40. metadata +17 -561
  41. data/lib/utils/hash_map.rb +0 -37
  42. data/tasks/maintainers.rb +0 -213
  43. data/test/bench/startup/startup.flat.txt +0 -1005
  44. data/test/bench/startup/startup.graph.html +0 -71958
  45. data/test/bench/startup/startup.grind.dat +0 -101602
  46. data/test/bench/startup/startup.stack.html +0 -24516
  47. data/test/bench/startup.flat.txt +0 -998
  48. data/test/bench/startup.graph.html +0 -71420
  49. data/test/bench/startup.grind.dat +0 -103554
  50. data/test/bench/startup.stack.html +0 -25015
  51. data/test/cookbooks/os_prepare/attributes/default.rb +0 -2
  52. data/test/cookbooks/os_prepare/files/empty.iso +0 -0
  53. data/test/cookbooks/os_prepare/files/example.csv +0 -7
  54. data/test/cookbooks/os_prepare/files/example.ini +0 -6
  55. data/test/cookbooks/os_prepare/files/example.json +0 -12
  56. data/test/cookbooks/os_prepare/files/example.yml +0 -7
  57. data/test/cookbooks/os_prepare/metadata.rb +0 -13
  58. data/test/cookbooks/os_prepare/recipes/_runit_service_centos.rb +0 -34
  59. data/test/cookbooks/os_prepare/recipes/_upstart_service_centos.rb +0 -25
  60. data/test/cookbooks/os_prepare/recipes/apache.rb +0 -14
  61. data/test/cookbooks/os_prepare/recipes/apt.rb +0 -20
  62. data/test/cookbooks/os_prepare/recipes/auditctl.rb +0 -8
  63. data/test/cookbooks/os_prepare/recipes/default.rb +0 -29
  64. data/test/cookbooks/os_prepare/recipes/file.rb +0 -46
  65. data/test/cookbooks/os_prepare/recipes/iptables.rb +0 -13
  66. data/test/cookbooks/os_prepare/recipes/json_yaml_csv_ini.rb +0 -34
  67. data/test/cookbooks/os_prepare/recipes/mount.rb +0 -33
  68. data/test/cookbooks/os_prepare/recipes/package.rb +0 -25
  69. data/test/cookbooks/os_prepare/recipes/postgres.rb +0 -20
  70. data/test/cookbooks/os_prepare/recipes/prep_container.rb +0 -15
  71. data/test/cookbooks/os_prepare/recipes/registry_key.rb +0 -87
  72. data/test/cookbooks/os_prepare/recipes/service.rb +0 -19
  73. data/test/cookbooks/os_prepare/templates/default/sv-default-svlog-run.erb +0 -2
  74. data/test/docker_run.rb +0 -162
  75. data/test/docker_test.rb +0 -58
  76. data/test/functional/helper.rb +0 -37
  77. data/test/functional/inheritance_test.rb +0 -62
  78. data/test/functional/inspec_archive_test.rb +0 -80
  79. data/test/functional/inspec_compliance_test.rb +0 -61
  80. data/test/functional/inspec_exec_json_test.rb +0 -122
  81. data/test/functional/inspec_exec_jsonmin_test.rb +0 -59
  82. data/test/functional/inspec_exec_test.rb +0 -123
  83. data/test/functional/inspec_json_profile_test.rb +0 -103
  84. data/test/functional/inspec_test.rb +0 -91
  85. data/test/helper.rb +0 -329
  86. data/test/integration/default/_debug_spec.rb +0 -8
  87. data/test/integration/default/apache_conf_spec.rb +0 -21
  88. data/test/integration/default/apt_spec.rb +0 -37
  89. data/test/integration/default/auditd_rules_spec.rb +0 -32
  90. data/test/integration/default/cmp_matcher_spec.rb +0 -115
  91. data/test/integration/default/csv_spec.rb +0 -11
  92. data/test/integration/default/etc_group_spec.rb +0 -29
  93. data/test/integration/default/file_spec.rb +0 -195
  94. data/test/integration/default/group_spec.rb +0 -59
  95. data/test/integration/default/ini_spec.rb +0 -11
  96. data/test/integration/default/iptables_spec.rb +0 -29
  97. data/test/integration/default/json_spec.rb +0 -11
  98. data/test/integration/default/kernel_module_spec.rb +0 -23
  99. data/test/integration/default/kernel_parameter_spec.rb +0 -60
  100. data/test/integration/default/mount_spec.rb +0 -19
  101. data/test/integration/default/os_spec.rb +0 -13
  102. data/test/integration/default/package_spec.rb +0 -30
  103. data/test/integration/default/port_spec.rb +0 -27
  104. data/test/integration/default/postgres_session_spec.rb +0 -13
  105. data/test/integration/default/powershell_spec.rb +0 -42
  106. data/test/integration/default/registry_key_spec.rb +0 -109
  107. data/test/integration/default/secpol_spec.rb +0 -11
  108. data/test/integration/default/service_spec.rb +0 -128
  109. data/test/integration/default/user_spec.rb +0 -96
  110. data/test/integration/default/vbscript_spec.rb +0 -22
  111. data/test/integration/default/wmi_spec.rb +0 -66
  112. data/test/integration/default/yaml_spec.rb +0 -11
  113. data/test/resource/command_test.rb +0 -33
  114. data/test/resource/dsl_test.rb +0 -45
  115. data/test/resource/file_test.rb +0 -146
  116. data/test/resource/ssh_config.rb +0 -9
  117. data/test/resource/sshd_config.rb +0 -9
  118. data/test/test-extra.yaml +0 -11
  119. data/test/test.yaml +0 -11
  120. data/test/unit/control_test.rb +0 -58
  121. data/test/unit/fetchers/local_test.rb +0 -67
  122. data/test/unit/fetchers/mock_test.rb +0 -43
  123. data/test/unit/fetchers/tar_test.rb +0 -36
  124. data/test/unit/fetchers/url_test.rb +0 -152
  125. data/test/unit/fetchers/zip_test.rb +0 -36
  126. data/test/unit/fetchers_test.rb +0 -65
  127. data/test/unit/metadata_test.rb +0 -137
  128. data/test/unit/mock/cmd/$env-PATH +0 -1
  129. data/test/unit/mock/cmd/Get-NetAdapter +0 -24
  130. data/test/unit/mock/cmd/GetUserAccount +0 -33
  131. data/test/unit/mock/cmd/GetWin32Group +0 -23
  132. data/test/unit/mock/cmd/Resolve-DnsName +0 -26
  133. data/test/unit/mock/cmd/Test-NetConnection +0 -4
  134. data/test/unit/mock/cmd/auditctl +0 -3
  135. data/test/unit/mock/cmd/auditctl-legacy +0 -7
  136. data/test/unit/mock/cmd/auditctl-s +0 -8
  137. data/test/unit/mock/cmd/auditpol +0 -2
  138. data/test/unit/mock/cmd/brew-info-jq +0 -1
  139. data/test/unit/mock/cmd/chage-l-root +0 -7
  140. data/test/unit/mock/cmd/dpkg-s-curl +0 -21
  141. data/test/unit/mock/cmd/dscl +0 -5
  142. data/test/unit/mock/cmd/env +0 -1
  143. data/test/unit/mock/cmd/etc-apt +0 -7
  144. data/test/unit/mock/cmd/find-apache2-conf-enabled +0 -1
  145. data/test/unit/mock/cmd/find-apache2-ports-conf +0 -1
  146. data/test/unit/mock/cmd/find-etc-rc-d-name-S +0 -12
  147. data/test/unit/mock/cmd/find-net-interface +0 -9
  148. data/test/unit/mock/cmd/find-xinetd.d +0 -2
  149. data/test/unit/mock/cmd/gem-list-local-a-q-rubocop +0 -1
  150. data/test/unit/mock/cmd/get-net-tcpconnection +0 -24
  151. data/test/unit/mock/cmd/get-netadapter-binding-bridge +0 -4
  152. data/test/unit/mock/cmd/get-package-firefox +0 -30
  153. data/test/unit/mock/cmd/get-package-ruby +0 -18
  154. data/test/unit/mock/cmd/get-service-dhcp +0 -10
  155. data/test/unit/mock/cmd/get-windows-feature +0 -7
  156. data/test/unit/mock/cmd/get-wmiobject +0 -9
  157. data/test/unit/mock/cmd/getent-hosts-example.com +0 -1
  158. data/test/unit/mock/cmd/getent-passwd-jfolmer +0 -1
  159. data/test/unit/mock/cmd/getent-passwd-root +0 -1
  160. data/test/unit/mock/cmd/hpux-netstat-inet +0 -10
  161. data/test/unit/mock/cmd/hpux-netstat-inet6 +0 -11
  162. data/test/unit/mock/cmd/id-chartmann +0 -1
  163. data/test/unit/mock/cmd/id-jfolmer +0 -1
  164. data/test/unit/mock/cmd/id-root +0 -1
  165. data/test/unit/mock/cmd/initctl--version +0 -5
  166. data/test/unit/mock/cmd/initctl-show-config-ssh +0 -3
  167. data/test/unit/mock/cmd/initctl-status-ssh +0 -1
  168. data/test/unit/mock/cmd/iptables-s +0 -6
  169. data/test/unit/mock/cmd/launchctl-list +0 -3
  170. data/test/unit/mock/cmd/logins-x +0 -4
  171. data/test/unit/mock/cmd/ls-1-etc-init.d +0 -2
  172. data/test/unit/mock/cmd/ls-sys-class-net-br +0 -2
  173. data/test/unit/mock/cmd/lsmod +0 -2
  174. data/test/unit/mock/cmd/lsof-nP-i-FpctPn +0 -63
  175. data/test/unit/mock/cmd/mount +0 -1
  176. data/test/unit/mock/cmd/mount-multiple +0 -2
  177. data/test/unit/mock/cmd/netstat-an.utf8 +0 -13
  178. data/test/unit/mock/cmd/netstat-tulpen +0 -6
  179. data/test/unit/mock/cmd/npm-ls-g--json-bower +0 -9
  180. data/test/unit/mock/cmd/pacman-qi-curl +0 -21
  181. data/test/unit/mock/cmd/ping-example.com +0 -6
  182. data/test/unit/mock/cmd/pip-show-jinja2 +0 -11
  183. data/test/unit/mock/cmd/pkg-info-system-file-system-zfs +0 -8
  184. data/test/unit/mock/cmd/pkginfo-l-SUNWzfsr +0 -7
  185. data/test/unit/mock/cmd/ps-aux +0 -5
  186. data/test/unit/mock/cmd/ps-auxZ +0 -3
  187. data/test/unit/mock/cmd/pw-usershow-root-7 +0 -1
  188. data/test/unit/mock/cmd/reg_schedule +0 -6
  189. data/test/unit/mock/cmd/rpm-qia-curl +0 -24
  190. data/test/unit/mock/cmd/s11-netstat-an-finet-finet6 +0 -32
  191. data/test/unit/mock/cmd/sbin_sysctl +0 -1
  192. data/test/unit/mock/cmd/secedit-export +0 -7
  193. data/test/unit/mock/cmd/service-e +0 -2
  194. data/test/unit/mock/cmd/service-sendmail-onestatus +0 -3
  195. data/test/unit/mock/cmd/service-sshd-status +0 -1
  196. data/test/unit/mock/cmd/sockstat +0 -5
  197. data/test/unit/mock/cmd/success +0 -0
  198. data/test/unit/mock/cmd/swlist-l-product +0 -1
  199. data/test/unit/mock/cmd/systemctl-show-all-dbus +0 -6
  200. data/test/unit/mock/cmd/systemctl-show-all-sshd +0 -7
  201. data/test/unit/mock/cmd/win32_product +0 -8
  202. data/test/unit/mock/cmd/yum-repolist-all +0 -52
  203. data/test/unit/mock/files/apache2.conf +0 -14
  204. data/test/unit/mock/files/auditd.conf +0 -4
  205. data/test/unit/mock/files/bond0 +0 -37
  206. data/test/unit/mock/files/etcgroup +0 -3
  207. data/test/unit/mock/files/example.csv +0 -6
  208. data/test/unit/mock/files/grub.conf +0 -21
  209. data/test/unit/mock/files/inetd.conf +0 -2
  210. data/test/unit/mock/files/kitchen.yml +0 -7
  211. data/test/unit/mock/files/limits.conf +0 -5
  212. data/test/unit/mock/files/login.defs +0 -5
  213. data/test/unit/mock/files/mysql.conf +0 -8
  214. data/test/unit/mock/files/mysql2.conf +0 -2
  215. data/test/unit/mock/files/ntp.conf +0 -5
  216. data/test/unit/mock/files/passwd +0 -2
  217. data/test/unit/mock/files/policyfile.lock.json +0 -12
  218. data/test/unit/mock/files/ports.conf +0 -6
  219. data/test/unit/mock/files/rootwrap.conf +0 -7
  220. data/test/unit/mock/files/serve-cgi-bin.conf +0 -20
  221. data/test/unit/mock/files/shadow +0 -2
  222. data/test/unit/mock/files/ssh_config +0 -5
  223. data/test/unit/mock/files/sshd_config +0 -7
  224. data/test/unit/mock/files/sysctl.conf +0 -7
  225. data/test/unit/mock/files/xinetd.conf +0 -9
  226. data/test/unit/mock/files/xinetd.d/.gitkeep +0 -0
  227. data/test/unit/mock/files/xinetd.d_chargen-dgram +0 -9
  228. data/test/unit/mock/files/xinetd.d_chargen-stream +0 -9
  229. data/test/unit/mock/profiles/complete-metadata/inspec.yml +0 -7
  230. data/test/unit/mock/profiles/complete-profile/controls/filesystem_spec.rb +0 -16
  231. data/test/unit/mock/profiles/complete-profile/inspec.yml +0 -10
  232. data/test/unit/mock/profiles/complete-profile/libraries/testlib.rb +0 -1
  233. data/test/unit/mock/profiles/empty-metadata/inspec.yml +0 -0
  234. data/test/unit/mock/profiles/legacy-complete-metadata/metadata.rb +0 -7
  235. data/test/unit/mock/profiles/legacy-complete-metadata/test/.gitkeep +0 -0
  236. data/test/unit/mock/profiles/legacy-empty-metadata/controls/.gitkeep +0 -0
  237. data/test/unit/mock/profiles/legacy-empty-metadata/metadata.rb +0 -0
  238. data/test/unit/mock/profiles/legacy-simple-metadata/metadata.rb +0 -1
  239. data/test/unit/mock/profiles/legacy-simple-metadata/test/.gitkeep +0 -0
  240. data/test/unit/mock/profiles/library/controls/filesystem_spec.rb +0 -7
  241. data/test/unit/mock/profiles/library/inspec.yml +0 -10
  242. data/test/unit/mock/profiles/library/libraries/gordonlib.rb +0 -2
  243. data/test/unit/mock/profiles/library/libraries/testlib.rb +0 -12
  244. data/test/unit/mock/profiles/resource-tiny/inspec.yml +0 -10
  245. data/test/unit/mock/profiles/resource-tiny/libraries/resource.rb +0 -3
  246. data/test/unit/mock/profiles/simple-metadata/inspec.yml +0 -1
  247. data/test/unit/mock/profiles/skippy-profile-os/controls/one.rb +0 -3
  248. data/test/unit/mock/profiles/skippy-profile-os/inspec.yml +0 -5
  249. data/test/unit/mock/profiles/spec_only/specfile.rb +0 -11
  250. data/test/unit/mock/profiles/supported_inspec/inspec.yml +0 -2
  251. data/test/unit/mock/profiles/unsupported_inspec/inspec.yml +0 -2
  252. data/test/unit/objects_test.rb +0 -65
  253. data/test/unit/plugin_test.rb +0 -44
  254. data/test/unit/plugins/resource_test.rb +0 -60
  255. data/test/unit/profile_context_test.rb +0 -345
  256. data/test/unit/profile_test.rb +0 -252
  257. data/test/unit/resources/apache_conf_test.rb +0 -31
  258. data/test/unit/resources/apt_test.rb +0 -46
  259. data/test/unit/resources/audit_policy_test.rb +0 -13
  260. data/test/unit/resources/auditd_conf_test.rb +0 -15
  261. data/test/unit/resources/auditd_rules_test.rb +0 -91
  262. data/test/unit/resources/bash_test.rb +0 -29
  263. data/test/unit/resources/bond_test.rb +0 -24
  264. data/test/unit/resources/bridge_test.rb +0 -56
  265. data/test/unit/resources/csv_test.rb +0 -35
  266. data/test/unit/resources/etc_group_test.rb +0 -37
  267. data/test/unit/resources/file_test.rb +0 -202
  268. data/test/unit/resources/gem_test.rb +0 -20
  269. data/test/unit/resources/group_test.rb +0 -96
  270. data/test/unit/resources/grub_conf_test.rb +0 -29
  271. data/test/unit/resources/host_test.rb +0 -38
  272. data/test/unit/resources/inetd_conf_test.rb +0 -15
  273. data/test/unit/resources/ini_test.rb +0 -16
  274. data/test/unit/resources/interface_test.rb +0 -54
  275. data/test/unit/resources/iptables_test.rb +0 -35
  276. data/test/unit/resources/json_test.rb +0 -36
  277. data/test/unit/resources/kernel_module_test.rb +0 -23
  278. data/test/unit/resources/kernel_parameter_test.rb +0 -13
  279. data/test/unit/resources/limits_conf_test.rb +0 -14
  280. data/test/unit/resources/login_def_test.rb +0 -16
  281. data/test/unit/resources/mount_test.rb +0 -26
  282. data/test/unit/resources/mysql_conf_test.rb +0 -14
  283. data/test/unit/resources/npm_test.rb +0 -20
  284. data/test/unit/resources/ntp_conf_test.rb +0 -16
  285. data/test/unit/resources/oneget_test.rb +0 -45
  286. data/test/unit/resources/os_env_test.rb +0 -18
  287. data/test/unit/resources/os_test.rb +0 -40
  288. data/test/unit/resources/package_test.rb +0 -87
  289. data/test/unit/resources/parse_config_test.rb +0 -26
  290. data/test/unit/resources/passwd_test.rb +0 -111
  291. data/test/unit/resources/pip_test.rb +0 -15
  292. data/test/unit/resources/port_test.rb +0 -165
  293. data/test/unit/resources/powershell_test.rb +0 -32
  294. data/test/unit/resources/processes_test.rb +0 -72
  295. data/test/unit/resources/registry_key_test.rb +0 -18
  296. data/test/unit/resources/security_policy_test.rb +0 -16
  297. data/test/unit/resources/service_test.rb +0 -305
  298. data/test/unit/resources/shadow_test.rb +0 -67
  299. data/test/unit/resources/ssh_conf_test.rb +0 -33
  300. data/test/unit/resources/user_test.rb +0 -124
  301. data/test/unit/resources/vbscript_test.rb +0 -18
  302. data/test/unit/resources/windows_feature.rb +0 -17
  303. data/test/unit/resources/wmi_test.rb +0 -42
  304. data/test/unit/resources/xinetd_test.rb +0 -60
  305. data/test/unit/resources/yaml_test.rb +0 -34
  306. data/test/unit/resources/yum_test.rb +0 -68
  307. data/test/unit/shell_detector_test.rb +0 -78
  308. data/test/unit/source_reader_test.rb +0 -17
  309. data/test/unit/source_readers/flat_test.rb +0 -61
  310. data/test/unit/source_readers/inspec_test.rb +0 -38
  311. data/test/unit/utils/filter_array_test.rb +0 -59
  312. data/test/unit/utils/filter_table_test.rb +0 -177
  313. data/test/unit/utils/find_files_test.rb +0 -23
  314. data/test/unit/utils/passwd_parser_test.rb +0 -32
  315. data/test/unit/utils/simpleconfig_test.rb +0 -80
  316. data/test/unit/utils/solaris_netstat_parser.rb +0 -124
@@ -1,1005 +0,0 @@
1
- Measure Mode: wall_time
2
- Thread ID: 11727060
3
- Fiber ID: 11769660
4
- Total: 20.662236
5
- Sort by: self_time
6
-
7
- %self total self wait child calls name
8
- 10.81 5.599 2.233 0.000 3.366 915705 Gem::Version#<=>
9
- 8.05 1.665 1.664 0.000 0.001 1791908 Gem::Version#segments
10
- 5.10 1.053 1.053 0.000 0.000 915705 Gem::Version#_version
11
- 3.01 5.421 0.622 0.000 4.799 910722 *Array#any?
12
- 2.99 0.618 0.618 0.000 0.000 2158987 Gem::Dependency#runtime?
13
- 2.83 0.585 0.585 0.000 0.000 3889865 Module#===
14
- 2.48 0.512 0.512 0.000 0.000 331840 <Class::File>#file?
15
- 2.47 0.511 0.511 0.000 0.000 211980 <Class::File>#join
16
- 2.44 0.505 0.505 0.000 0.000 409032 Gem::StubSpecification#data
17
- 2.29 0.472 0.472 0.000 0.000 389438 Gem::Specification#dependencies
18
- 1.76 0.415 0.365 0.000 0.050 235322 Gem::StubSpecification#to_spec
19
- 1.64 0.339 0.339 0.000 0.000 369292 Gem::Dependency#requirement
20
- 1.48 0.652 0.306 0.000 0.346 252095 Gem::StubSpecification#version
21
- 1.33 1.921 0.274 0.000 1.647 120054 Enumerable#sort_by
22
- 1.23 0.255 0.255 0.000 0.000 235381 Gem::Specification#platform
23
- 1.23 0.622 0.255 0.000 0.367 300741 Gem::Specification#hash
24
- 1.22 0.679 0.253 0.000 0.426 235312 <Class::Gem::Platform>#match
25
- 1.19 9.824 0.247 0.000 9.578 120054 Gem::Dependency#matching_specs
26
- 1.17 0.242 0.242 0.000 0.000 235312 <Module::Gem>#platforms
27
- 1.15 6.494 0.237 0.000 6.257 369261 Gem::Requirement#satisfied_by?
28
- 1.15 6.199 0.237 0.000 5.961 369263 Enumerable#all?
29
- 1.06 0.219 0.219 0.000 0.000 90826 <Module::Gem>#default_dir
30
- 1.05 0.217 0.217 0.000 0.000 90969 <Class::File>#dirname
31
- 1.00 0.207 0.207 0.000 0.000 226929 Gem::Version#release
32
- 0.98 0.202 0.202 0.000 0.000 235312 Gem::Specification#sort_obj
33
- 0.93 0.192 0.192 0.000 0.000 120054 <Class::Gem::Specification>#stubs_for
34
- 0.91 0.189 0.189 0.000 0.000 601486 String#hash
35
- 0.88 0.182 0.182 0.000 0.000 180080 Gem::Specification#extensions
36
- 0.86 0.177 0.177 0.000 0.000 226929 Gem::Version#bump
37
- 0.83 0.618 0.172 0.000 0.446 90826 <Class::Gem::BasicSpecification>#default_specifications_dir
38
- 0.82 1.180 0.170 0.000 1.010 120054 Array#reject!
39
- 0.80 1.199 0.165 0.000 1.034 120966 *Array#map
40
- 0.76 0.158 0.158 0.000 0.000 176216 Array#pop
41
- 0.76 0.621 0.157 0.000 0.464 219989 Hash#has_key?
42
- 0.74 0.153 0.153 0.000 0.000 199558 Kernel#untaint
43
- 0.74 9.976 0.152 0.000 9.824 120054 Gem::Dependency#to_specs
44
- 0.71 0.273 0.146 0.000 0.127 122587 Gem::StubSpecification#name
45
- 0.65 0.216 0.135 0.000 0.081 300741 Gem::Version#hash
46
- 0.65 5.969 0.134 0.000 5.835 120405 Enumerable#find_all
47
- 0.64 2.911 0.133 0.000 2.778 446748 Comparable#>=
48
- 0.63 0.131 0.131 0.000 0.000 471096 Kernel#nil?
49
- 0.60 0.125 0.125 0.000 0.000 20 <Class::IO>#select
50
- 0.59 0.121 0.121 0.000 0.000 865592 Fixnum#<=>
51
- 0.57 3.534 0.118 0.000 3.416 99551 Gem::BasicSpecification#contains_requirable_file?
52
- 0.57 0.117 0.117 0.000 0.000 100206 <Module::Gem>#suffixes
53
- 0.55 1.920 0.114 0.000 1.806 99551 Gem::BasicSpecification#have_file?
54
- 0.55 0.113 0.113 0.000 0.000 91420 Kernel#class
55
- 0.54 0.112 0.112 0.000 0.000 90753 Gem::Specification#raw_require_paths
56
- 0.50 19.764 0.103 0.000 19.661 702258 *Array#each
57
- 0.50 1.207 0.103 0.000 1.104 172582 Array#<=>
58
- 0.47 0.098 0.098 0.000 0.000 175846 Array#push
59
- 0.45 0.094 0.093 0.000 0.001 90758 Gem::Specification#full_name
60
- 0.45 0.408 0.092 0.000 0.316 127399 Gem::StubSpecification#activated?
61
- 0.44 0.091 0.090 0.000 0.001 90753 Gem::Specification#gems_dir
62
- 0.41 1.802 0.085 0.000 1.716 292260 Comparable#<
63
- 0.39 1.027 0.080 0.000 0.948 90826 Gem::BasicSpecification#default_gem?
64
- 0.36 1.350 0.075 0.000 1.275 90727 Gem::Specification#missing_extensions?
65
- 0.36 2.306 0.073 0.000 2.232 121311 Gem::Specification#satisfies_requirement?
66
- 0.28 0.173 0.057 0.000 0.116 99447 Gem::BasicSpecification#have_extensions?
67
- 0.27 1.084 0.055 0.000 1.029 85277 Gem::Specification#has_conflicts?
68
- 0.21 0.044 0.044 0.000 0.000 300741 Fixnum#^
69
- 0.18 2.836 0.037 0.000 2.799 83727 Gem::Specification#conficts_when_loaded_with?
70
- 0.16 0.033 0.033 0.000 0.000 10361 <Class::File>#exist?
71
- 0.16 0.141 0.032 0.000 0.109 81 *Kernel#require_relative
72
- 0.14 0.030 0.030 0.000 0.000 172587 String#<=>
73
- 0.13 0.028 0.028 0.000 0.000 10 IO#eof?
74
- 0.12 0.025 0.025 0.000 0.000 21347 Gem::BasicSpecification#extension_dir
75
- 0.11 0.022 0.022 0.000 0.000 10 Kernel#fork
76
- 0.10 0.035 0.021 0.000 0.014 16605 Gem::StubSpecification#extensions
77
- 0.08 0.026 0.016 0.000 0.010 8824 Gem::StubSpecification#raw_require_paths
78
- 0.07 0.016 0.015 0.000 0.001 10504 <Class::Gem::Version>#new
79
- 0.07 0.045 0.014 0.000 0.031 10361 Gem::BasicSpecification#gem_build_complete_path
80
- 0.06 0.045 0.013 0.000 0.032 83 Kernel#eval
81
- 0.05 18.379 0.010 0.000 18.369 90613 *Gem::Specification#traverse
82
- 0.05 18.389 0.010 0.000 18.379 116931 *Array#reverse_each
83
- 0.04 0.016 0.009 0.000 0.007 8921 Gem::StubSpecification#full_name
84
- 0.04 0.008 0.008 0.000 0.000 7816 Module#method_added
85
- 0.04 0.011 0.008 0.000 0.003 1638 Array#flatten
86
- 0.03 0.030 0.007 0.000 0.023 8824 Gem::StubSpecification#missing_extensions?
87
- 0.03 0.006 0.006 0.000 0.000 9913 Gem::Specification#installed_by_version
88
- 0.03 0.006 0.006 0.000 0.000 966 IO#set_encoding
89
- 0.02 0.005 0.005 0.000 0.000 1 OpenSSL::X509::Store#set_default_paths
90
- 0.02 0.004 0.004 0.000 0.000 8824 Gem::StubSpecification#default_gem?
91
- 0.02 0.004 0.003 0.000 0.000 11 <Module::Marshal>#load
92
- 0.02 0.007 0.003 0.000 0.003 667 MonitorMixin#mon_enter
93
- 0.01 0.003 0.003 0.000 0.000 2855 Symbol#to_s
94
- 0.01 0.010 0.003 0.000 0.007 17 Hash#each
95
- 0.01 0.003 0.003 0.000 0.000 1380 <Class::Gem::Specification>#unresolved_deps
96
- 0.01 0.033 0.003 0.000 0.030 4153 Comparable#==
97
- 0.01 0.003 0.003 0.000 0.000 2004 <Class::Thread>#current
98
- 0.01 0.003 0.003 0.000 0.000 15266 Gem::Specification#respond_to_missing?
99
- 0.01 0.004 0.003 0.000 0.001 1027 Module#define_method
100
- 0.01 0.002 0.002 0.000 0.000 2041 Kernel#instance_variable_set
101
- 0.01 0.002 0.002 0.000 0.000 887 Class#inherited
102
- 0.01 0.005 0.002 0.000 0.003 667 MonitorMixin#mon_exit
103
- 0.01 0.611 0.002 0.000 0.609 470 <Class::Gem::Specification>#find_active_stub_by_path
104
- 0.01 0.002 0.002 0.000 0.000 3720 Kernel#hash
105
- 0.01 0.004 0.002 0.000 0.002 1442 Kernel#dup
106
- 0.01 0.002 0.002 0.000 0.000 1493 BasicObject#singleton_method_added
107
- 0.01 0.006 0.002 0.000 0.004 655 <Module::Gem>#find_unresolved_default_spec
108
- 0.01 0.002 0.002 0.000 0.000 1360 Gem::Specification#default_value
109
- 0.01 0.031 0.001 0.000 0.030 68 Gem::Specification#initialize
110
- 0.01 0.002 0.001 0.000 0.001 667 MonitorMixin#mon_check_owner
111
- 0.01 0.001 0.001 0.000 0.000 770 Hash#values
112
- 0.01 0.002 0.001 0.000 0.000 329 Module#attr_reader
113
- 0.01 0.001 0.001 0.000 0.000 68 <Class::IO>#read
114
- 0.01 0.002 0.001 0.000 0.001 218 Module#attr_accessor
115
- 0.01 0.003 0.001 0.000 0.002 919 Array#hash
116
- 0.01 0.009 0.001 0.000 0.007 384 Gem::Dependency#initialize
117
- 0.01 0.002 0.001 0.000 0.001 1444 Kernel#initialize_dup
118
- 0.01 7.711 0.001 0.000 7.710 1348 *Class#new
119
- 0.01 0.004 0.001 0.000 0.003 112 Class#initialize
120
- 0.01 0.001 0.001 0.000 0.000 433 Array#first
121
- 0.01 18.715 0.001 0.000 18.713 345 <Class::Gem::Specification>#find_in_unresolved_tree
122
- 0.01 0.001 0.001 0.000 0.000 1281 String#%
123
- 0.01 0.001 0.001 0.000 0.000 29 Regexp#initialize
124
- 0.01 0.004 0.001 0.000 0.002 498 <Class::Gem::Requirement>#parse
125
- 0.01 0.001 0.001 0.000 0.000 1180 String#to_s
126
- 0.01 0.007 0.001 0.000 0.005 486 Gem::Requirement#initialize
127
- 0.00 0.001 0.001 0.000 0.000 667 Thread::Mutex#lock
128
- 0.00 0.598 0.001 0.000 0.597 350 <Class::Gem::Specification>#find_in_unresolved
129
- 0.00 0.001 0.001 0.000 0.000 667 Thread::Mutex#unlock
130
- 0.00 0.001 0.001 0.000 0.000 323 String#to_sym
131
- 0.00 0.001 0.001 0.000 0.000 248 Module#append_features
132
- 0.00 0.001 0.001 0.000 0.000 568 Regexp#=~
133
- 0.00 0.001 0.001 0.000 0.000 81 IO#close
134
- 0.00 0.001 0.001 0.000 0.000 27 <Class::Struct>#new
135
- 0.00 0.001 0.001 0.000 0.000 474 Array#last
136
- 0.00 0.001 0.001 0.000 0.000 1253 Kernel#respond_to?
137
- 0.00 0.011 0.001 0.000 0.010 359 Gem::Specification#add_dependency_with_type
138
- 0.00 0.006 0.001 0.000 0.006 485 <Class::Gem::Requirement>#create
139
- 0.00 0.001 0.001 0.000 0.000 68 <Class::Time>#utc
140
- 0.00 0.001 0.001 0.000 0.001 66 Module#class_eval
141
- 0.00 0.692 0.001 0.000 0.691 420 Enumerable#find
142
- 0.00 0.001 0.001 0.000 0.001 26 Module#module_eval
143
- 0.00 0.002 0.001 0.000 0.001 3 Integer#times
144
- 0.00 0.001 0.001 0.000 0.000 108 <Class::File>#expand_path
145
- 0.00 0.001 0.001 0.000 0.000 47 String#scan
146
- 0.00 0.048 0.001 0.000 0.047 72 <Class::Gem::Specification>#load
147
- 0.00 0.001 0.001 0.000 0.000 343 <Class::Gem::Specification>#stubs
148
- 0.00 0.001 0.001 0.000 0.000 19 Module#instance_methods
149
- 0.00 0.001 0.001 0.000 0.000 833 Array#initialize_copy
150
- 0.00 0.004 0.000 0.000 0.003 71 <Class::Inspec::Plugins::Resource>#__register
151
- 0.00 0.002 0.000 0.000 0.002 10 Mixlib::ShellOut::Unix#configure_parent_process_file_descriptors
152
- 0.00 0.002 0.000 0.000 0.002 248 *Module#include
153
- 0.00 0.000 0.000 0.000 0.000 198 <Class::Inspec::Resource>#registry
154
- 0.00 0.000 0.000 0.000 0.000 545 Array#include?
155
- 0.00 0.001 0.000 0.000 0.000 40 <Class::IO>#pipe
156
- 0.00 0.000 0.000 0.000 0.000 203 String#gsub
157
- 0.00 0.000 0.000 0.000 0.000 70 String#=~
158
- 0.00 0.004 0.000 0.000 0.004 473 Array#map!
159
- 0.00 0.000 0.000 0.000 0.000 288 Module#private
160
- 0.00 0.008 0.000 0.000 0.007 258 Gem::Specification#add_development_dependency
161
- 0.00 0.001 0.000 0.000 0.000 513 Fixnum#==
162
- 0.00 0.076 0.000 0.000 0.076 10 Mixlib::ShellOut::Unix#run_command
163
- 0.00 0.023 0.000 0.000 0.023 10 Mixlib::ShellOut::Unix#fork_subprocess
164
- 0.00 0.000 0.000 0.000 0.000 151 Module#const_set
165
- 0.00 0.000 0.000 0.000 0.000 87 String#split
166
- 0.00 0.000 0.000 0.000 0.000 322 String#to_i
167
- 0.00 0.000 0.000 0.000 0.000 401 String#initialize_copy
168
- 0.00 0.000 0.000 0.000 0.000 4 <Class::Encoding>#find
169
- 0.00 0.126 0.000 0.000 0.125 20 Mixlib::ShellOut::Unix#attempt_buffer_read
170
- 0.00 0.000 0.000 0.000 0.000 41 Exception#initialize
171
- 0.00 0.000 0.000 0.000 0.000 237 Module#included
172
- 0.00 0.000 0.000 0.000 0.000 350 #<Class:0x000000019a1d38>#this
173
- 0.00 0.029 0.000 0.000 0.029 10 Mixlib::ShellOut::Unix#propagate_pre_exec_failure
174
- 0.00 0.001 0.000 0.000 0.000 22 IO#__read_nonblock
175
- 0.00 0.000 0.000 0.000 0.000 40 Struct#initialize
176
- 0.00 0.000 0.000 0.000 0.000 918 String#unpack
177
- 0.00 0.000 0.000 0.000 0.000 117 Gem::Version#prerelease?
178
- 0.00 0.000 0.000 0.000 0.000 148 Array#join
179
- 0.00 0.000 0.000 0.000 0.000 527 String#==
180
- 0.00 0.000 0.000 0.000 0.000 10 <Module::GC>#enable
181
- 0.00 0.000 0.000 0.000 0.000 72 Mixlib::ShellOut::Unix#child_stdout
182
- 0.00 0.000 0.000 0.000 0.000 70 Mixlib::ShellOut::Unix#child_stderr
183
- 0.00 0.000 0.000 0.000 0.000 106 Module#autoload
184
- 0.00 0.000 0.000 0.000 0.000 68 Gem::Specification#internal_init
185
- 0.00 0.000 0.000 0.000 0.000 1 URI::RFC2396_Parser#make_regexp
186
- 0.00 0.000 0.000 0.000 0.000 1280 Integer#chr
187
- 0.00 0.000 0.000 0.000 0.000 80 IO#initialize
188
- 0.00 0.001 0.000 0.000 0.001 10 Mixlib::ShellOut::Unix#close_all_pipes
189
- 0.00 0.000 0.000 0.000 0.000 143 Module#const_get
190
- 0.00 0.000 0.000 0.000 0.000 48 Exception#exception
191
- 0.00 0.183 0.000 0.000 0.183 10 Train::Transports::Local::Connection#run_command
192
- 0.00 0.000 0.000 0.000 0.000 60 Mixlib::ShellOut::Unix#child_process_status
193
- 0.00 0.000 0.000 0.000 0.000 10 Mixlib::ShellOut#initialize
194
- 0.00 0.000 0.000 0.000 0.000 130 String#strip
195
- 0.00 0.000 0.000 0.000 0.000 161 Hash#delete
196
- 0.00 0.000 0.000 0.000 0.000 94 Module#alias_method
197
- 0.00 0.000 0.000 0.000 0.000 325 Kernel#lambda
198
- 0.00 0.002 0.000 0.000 0.001 68 Gem::Specification#date=
199
- 0.00 0.004 0.000 0.000 0.004 71 <Class::Inspec::Plugins::Resource>#name
200
- 0.00 0.000 0.000 0.000 0.000 40 Module#attr_writer
201
- 0.00 0.000 0.000 0.000 0.000 486 Array#compact!
202
- 0.00 0.067 0.000 0.000 0.067 50 <Module::Inspec>#resource
203
- 0.00 0.000 0.000 0.000 0.000 141 Module#undef_method
204
- 0.00 0.000 0.000 0.000 0.000 20 IO#sync=
205
- 0.00 0.152 0.000 0.000 0.151 10 Train::Extras::OSCommon#get_config
206
- 0.00 0.000 0.000 0.000 0.000 10 Mixlib::ShellOut::Unix#child_stdin
207
- 0.00 0.000 0.000 0.000 0.000 10 <Class::Train::Extras::CommandResult>#new
208
- 0.00 0.001 0.000 0.000 0.001 68 Gem::Specification#version=
209
- 0.00 0.000 0.000 0.000 0.000 486 Array#uniq!
210
- 0.00 0.001 0.000 0.000 0.000 68 Gem::BasicSpecification#initialize
211
- 0.00 0.000 0.000 0.000 0.000 252 Regexp#===
212
- 0.00 0.000 0.000 0.000 0.000 48 Exception#backtrace
213
- 0.00 0.000 0.000 0.000 0.000 10 <Module::Process>#waitpid2
214
- 0.00 0.001 0.000 0.000 0.001 62 <Class::Inspec::Plugins::Resource>#example
215
- 0.00 0.001 0.000 0.000 0.000 69 Gem::BasicSpecification#full_name
216
- 0.00 0.000 0.000 0.000 0.000 36 Module#extend_object
217
- 0.00 0.001 0.000 0.000 0.001 62 <Class::Inspec::Plugins::Resource>#desc
218
- 0.00 0.000 0.000 0.000 0.000 50 Mixlib::ShellOut::Unix#open_pipes
219
- 0.00 0.000 0.000 0.000 0.000 136 Fixnum#divmod
220
- 0.00 0.000 0.000 0.000 0.000 68 Gem::BasicSpecification#internal_init
221
- 0.00 0.000 0.000 0.000 0.000 10 IO#fcntl
222
- 0.00 0.001 0.000 0.000 0.001 58 Gem::Version#initialize
223
- 0.00 0.001 0.000 0.000 0.001 79 Gem::Specification#base_dir
224
- 0.00 0.002 0.000 0.000 0.002 30 Gem::Specification#add_self_to_load_path
225
- 0.00 0.000 0.000 0.000 0.000 120 Gem::StubSpecification#this
226
- 0.00 0.001 0.000 0.000 0.000 118 Gem::Version#version
227
- 0.00 0.000 0.000 0.000 0.000 68 <Class::Gem::Version>#create
228
- 0.00 0.001 0.000 0.000 0.000 16 Module#class_exec
229
- 0.00 0.000 0.000 0.000 0.000 34 IO#write
230
- 0.00 0.000 0.000 0.000 0.000 61 Kernel#freeze
231
- 0.00 0.032 0.000 0.000 0.032 30 *Gem::Specification#activate
232
- 0.00 0.000 0.000 0.000 0.000 107 String#capitalize
233
- 0.00 0.000 0.000 0.000 0.000 68 Kernel#binding
234
- 0.00 0.003 0.000 0.000 0.003 101 Gem::Specification#add_runtime_dependency
235
- 0.00 0.000 0.000 0.000 0.000 240 Symbol#to_sym
236
- 0.00 0.076 0.000 0.000 0.076 10 Mixlib::ShellOut#run_command
237
- 0.00 0.000 0.000 0.000 0.000 360 Kernel#Array
238
- 0.00 0.000 0.000 0.000 0.000 136 Kernel#initialize_copy
239
- 0.00 0.000 0.000 0.000 0.000 10 Mixlib::ShellOut#exitstatus
240
- 0.00 0.000 0.000 0.000 0.000 69 Enumerable#grep
241
- 0.00 0.000 0.000 0.000 0.000 41 IO#closed?
242
- 0.00 0.001 0.000 0.000 0.001 10 Mixlib::ShellOut::Unix#initialize_ipc
243
- 0.00 0.039 0.000 0.000 0.039 3 Train::Extras::DetectLinux#detect_linux_via_config
244
- 0.00 0.000 0.000 0.000 0.000 37 Kernel#is_a?
245
- 0.00 0.000 0.000 0.000 0.000 36 String#sub
246
- 0.00 0.000 0.000 0.000 0.000 30 Array#delete
247
- 0.00 0.000 0.000 0.000 0.000 13 Enumerable#to_a
248
- 0.00 0.000 0.000 0.000 0.000 8 Train::Extras::CommandResult#exit_status
249
- 0.00 0.000 0.000 0.000 0.000 39 RSpec::Core::Set#initialize
250
- 0.00 0.000 0.000 0.000 0.000 68 Gem::Specification#required_rubygems_version=
251
- 0.00 0.000 0.000 0.000 0.000 30 Gem::Specification#runtime_dependencies
252
- 0.00 0.000 0.000 0.000 0.000 68 Gem::Specification#authors=
253
- 0.00 0.000 0.000 0.000 0.000 481 Kernel#instance_variable_defined?
254
- 0.00 0.000 0.000 0.000 0.000 9 Array#uniq
255
- 0.00 0.000 0.000 0.000 0.000 4 Kernel#caller
256
- 0.00 0.000 0.000 0.000 0.000 109 Module#method_defined?
257
- 0.00 0.000 0.000 0.000 0.000 36 *Kernel#extend
258
- 0.00 0.000 0.000 0.000 0.000 41 Module#module_function
259
- 0.00 0.000 0.000 0.000 0.000 60 RSpec::Core::Set#merge
260
- 0.00 0.000 0.000 0.000 0.000 4 Module#public_instance_methods
261
- 0.00 0.001 0.000 0.000 0.000 10 Mixlib::ShellOut::Unix#read_stdout_to_buffer
262
- 0.00 0.000 0.000 0.000 0.000 84 Hash#fetch
263
- 0.00 0.091 0.000 0.000 0.091 11 <Class::Gem::Specification>#find_by_path
264
- 0.00 0.000 0.000 0.000 0.000 10 Process::Status#exitstatus
265
- 0.00 0.042 0.000 0.000 0.042 43 *<Module::RSpec::Support>#require_rspec_core
266
- 0.00 0.001 0.000 0.000 0.001 26 Gem::BasicSpecification#full_require_paths
267
- 0.00 0.000 0.000 0.000 0.000 56 NilClass#nil?
268
- 0.00 0.001 0.000 0.000 0.001 26 Gem::BasicSpecification#find_full_gem_path
269
- 0.00 0.030 0.000 0.000 0.030 30 *Gem::Specification#activate_dependencies
270
- 0.00 0.000 0.000 0.000 0.000 68 Gem::Specification#invalidate_memoized_attributes
271
- 0.00 0.000 0.000 0.000 0.000 142 Module#method_undefined
272
- 0.00 0.000 0.000 0.000 0.000 26 <Module::Logging>#libpath
273
- 0.00 0.000 0.000 0.000 0.000 74 Hash#initialize_copy
274
- 0.00 0.120 0.000 0.000 0.120 11 <Module::Gem>#try_activate
275
- 0.00 0.001 0.000 0.000 0.000 68 Gem::Specification#summary=
276
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Encoding>#default_external=
277
- 0.00 0.000 0.000 0.000 0.000 228 <Class::Delegator>#delegating_block
278
- 0.00 0.000 0.000 0.000 0.000 76 Kernel#block_given?
279
- 0.00 0.005 0.000 0.000 0.005 18 *<Module::RSpec::Support>#require_rspec_support
280
- 0.00 0.000 0.000 0.000 0.000 48 Array#sort
281
- 0.00 0.000 0.000 0.000 0.000 21 Regexp#to_s
282
- 0.00 0.000 0.000 0.000 0.000 30 Array#select
283
- 0.00 0.000 0.000 0.000 0.000 53 String#freeze
284
- 0.00 20.470 0.000 0.000 20.470 1320 *Kernel#require
285
- 0.00 20.641 0.000 0.000 20.641 2 Global#[No method]
286
- 0.00 0.000 0.000 0.000 0.000 1 IO#read
287
- 0.00 0.000 0.000 0.000 0.000 142 Symbol#[]
288
- 0.00 0.000 0.000 0.000 0.000 35 Module#extended
289
- 0.00 0.001 0.000 0.000 0.001 26 Gem::BasicSpecification#full_gem_path
290
- 0.00 0.000 0.000 0.000 0.000 30 Gem::Specification#raise_if_conflicts
291
- 0.00 0.000 0.000 0.000 0.000 26 <Module::Gem>#load_path_insert_index
292
- 0.00 0.001 0.000 0.000 0.000 14 <Module::RSpec>#configuration
293
- 0.00 0.000 0.000 0.000 0.000 20 <Class::SystemCallError>#===
294
- 0.00 0.000 0.000 0.000 0.000 58 <Class::Gem::Version>#correct?
295
- 0.00 0.000 0.000 0.000 0.000 7 Array#-
296
- 0.00 0.000 0.000 0.000 0.000 207 Fixnum#+
297
- 0.00 0.000 0.000 0.000 0.000 46 Module#protected
298
- 0.00 0.000 0.000 0.000 0.000 68 Gem::Specification#require_paths=
299
- 0.00 0.000 0.000 0.000 0.000 4 BasicObject#instance_eval
300
- 0.00 0.032 0.000 0.000 0.032 1 Train::Extras::OSCommon#detect_family
301
- 0.00 7.450 0.000 0.000 7.450 2 <Module::Inspec::Backend>#create
302
- 0.00 0.000 0.000 0.000 0.000 68 Gem::Specification#installed_by_version=
303
- 0.00 0.000 0.000 0.000 0.000 42 Gem::Requirement#to_s
304
- 0.00 0.001 0.000 0.000 0.001 1 <Class::RSpec::Core::Metadata::ExampleHash>#create
305
- 0.00 0.001 0.000 0.000 0.001 11 Gem::Dependency#merge
306
- 0.00 0.001 0.000 0.000 0.001 4 Kernel#gem
307
- 0.00 0.000 0.000 0.000 0.000 10 Mixlib::ShellOut::Unix#attempt_reap
308
- 0.00 0.000 0.000 0.000 0.000 10 Hash#each_pair
309
- 0.00 0.000 0.000 0.000 0.000 62 Gem::Specification#description=
310
- 0.00 0.000 0.000 0.000 0.000 26 Array#insert
311
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Core::Metadata>#relative_path_regex
312
- 0.00 0.000 0.000 0.000 0.000 1 URI::RFC2396_Parser#initialize_pattern
313
- 0.00 0.000 0.000 0.000 0.000 25 Hash#initialize
314
- 0.00 0.000 0.000 0.000 0.000 10 Mixlib::ShellOut::Unix#read_stderr_to_buffer
315
- 0.00 0.000 0.000 0.000 0.000 10 <Module::RSpec::Core::Formatters>#register
316
- 0.00 0.000 0.000 0.000 0.000 54 String#downcase
317
- 0.00 0.000 0.000 0.000 0.000 33 Hash#keys
318
- 0.00 0.000 0.000 0.000 0.000 26 Enumerable#each_with_index
319
- 0.00 0.017 0.000 0.000 0.017 3 Train::Extras::DetectLinux#uname_r
320
- 0.00 0.000 0.000 0.000 0.000 27 <Class::RSpec::Core::Formatters::Loader>#formatters
321
- 0.00 7.670 0.000 0.000 7.670 1 Inspec::Runner#initialize
322
- 0.00 0.000 0.000 0.000 0.000 12 Kernel#method
323
- 0.00 0.000 0.000 0.000 0.000 10 Mixlib::ShellOut::Unix#write_to_child_stdin
324
- 0.00 0.000 0.000 0.000 0.000 7 Forwardable#def_instance_delegator
325
- 0.00 0.000 0.000 0.000 0.000 32 Fixnum#to_s
326
- 0.00 0.000 0.000 0.000 0.000 23 RSpec::Core::Set#each
327
- 0.00 0.000 0.000 0.000 0.000 30 BasicObject#==
328
- 0.00 0.000 0.000 0.000 0.000 10 Mixlib::ShellOut::Unix#should_reap?
329
- 0.00 0.000 0.000 0.000 0.000 4 <Class::Regexp>#union
330
- 0.00 0.000 0.000 0.000 0.000 44 Gem::Requirement#as_list
331
- 0.00 0.000 0.000 0.000 0.000 58 <Module::RSpec::Matchers>#alias_matcher
332
- 0.00 0.000 0.000 0.000 0.000 18 Array#pack
333
- 0.00 0.000 0.000 0.000 0.000 49 Gem::Specification#files=
334
- 0.00 0.052 0.000 0.000 0.051 1 Train::Transports::Local::OS#initialize
335
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Formatters::Loader#string_const?
336
- 0.00 0.005 0.000 0.000 0.005 1 Inspec::ProfileContext#initialize
337
- 0.00 0.001 0.000 0.000 0.001 2 RSpec::Core::Formatters::Loader#add
338
- 0.00 0.000 0.000 0.000 0.000 2 OpenSSL::PKey::DH#initialize
339
- 0.00 0.000 0.000 0.000 0.000 21 <Class::RSpec::Core::Configuration>#define_predicate_for
340
- 0.00 0.000 0.000 0.000 0.000 9 RSpec::Core::Configuration#value_for
341
- 0.00 0.000 0.000 0.000 0.000 59 Module#const_defined?
342
- 0.00 0.000 0.000 0.000 0.000 17 Enumerable#inject
343
- 0.00 0.000 0.000 0.000 0.000 33 Gem::Specification#required_ruby_version=
344
- 0.00 0.000 0.000 0.000 0.000 256 Fixnum#>>
345
- 0.00 0.000 0.000 0.000 0.000 39 Gem::Specification#extra_rdoc_files=
346
- 0.00 0.000 0.000 0.000 0.000 68 Fixnum#*
347
- 0.00 0.000 0.000 0.000 0.000 257 Fixnum#&
348
- 0.00 0.000 0.000 0.000 0.000 54 Gem::Specification#licenses=
349
- 0.00 0.005 0.000 0.000 0.005 9 *<Module::RSpec::Support>#require_rspec_matchers
350
- 0.00 0.000 0.000 0.000 0.000 24 Exception#message
351
- 0.00 0.004 0.000 0.000 0.003 2 Inspec::ProfileContext#rule_context
352
- 0.00 0.000 0.000 0.000 0.000 1 Module#private_instance_methods
353
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Encoding>#default_internal=
354
- 0.00 0.000 0.000 0.000 0.000 8 String#[]
355
- 0.00 0.000 0.000 0.000 0.000 5 RSpec::Core::FilterableItemRepository::QueryOptimized#initialize
356
- 0.00 0.006 0.000 0.000 0.006 1 Inspec::Runner#add_content
357
- 0.00 0.149 0.000 0.000 0.149 2 <Class::Train::Extras::CommandWrapper>#load
358
- 0.00 0.001 0.000 0.000 0.001 1 URI::RFC2396_Parser#initialize_regexp
359
- 0.00 0.005 0.000 0.000 0.005 1 Inspec::Runner#create_context
360
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#formatters
361
- 0.00 7.448 0.000 0.000 7.448 2 Inspec::Runner#configure_transport
362
- 0.00 0.000 0.000 0.000 0.000 20 <Class::RSpec::Core::Configuration>#add_setting
363
- 0.00 0.000 0.000 0.000 0.000 5 Array#reject
364
- 0.00 0.000 0.000 0.000 0.000 24 FilterTable::Factory#add
365
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#initialize
366
- 0.00 0.000 0.000 0.000 0.000 2 Module#name
367
- 0.00 0.000 0.000 0.000 0.000 5 Gem::BasicSpecification#extensions_dir
368
- 0.00 0.000 0.000 0.000 0.000 12 Module#private_class_method
369
- 0.00 0.000 0.000 0.000 0.000 1 Inspec::RunnerRspec#backend=
370
- 0.00 0.000 0.000 0.000 0.000 1 Train::Extras::OSCommon#unix?
371
- 0.00 0.000 0.000 0.000 0.000 3 Train::Extras::CommandResult#stdout
372
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Metadata::HashPopulator#populate_location_attributes
373
- 0.00 0.000 0.000 0.000 0.000 30 <Class::RSpec::Core::Configuration>#define_reader
374
- 0.00 0.000 0.000 0.000 0.000 24 Exception#to_s
375
- 0.00 0.000 0.000 0.000 0.000 11 BasicObject#initialize
376
- 0.00 0.000 0.000 0.000 0.000 6 <Class::Gem::Platform>#local
377
- 0.00 0.000 0.000 0.000 0.000 7 <Class::PluginRegistry::Plugin>#name
378
- 0.00 0.001 0.000 0.000 0.001 1 RSpec::Core::Example#initialize
379
- 0.00 0.000 0.000 0.000 0.000 3 Regexp#match
380
- 0.00 0.000 0.000 0.000 0.000 3 <Module::RSpec::Support::OS>#windows?
381
- 0.00 0.000 0.000 0.000 0.000 17 Module#public
382
- 0.00 0.032 0.000 0.000 0.032 1 Train::Extras::OSCommon#initialize
383
- 0.00 0.000 0.000 0.000 0.000 11 Thor::Base::ClassMethods#method_added
384
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Formatters::Loader#register
385
- 0.00 0.000 0.000 0.000 0.000 4 <Module::RSpec::Support>#define_optimized_require_for_rspec
386
- 0.00 0.000 0.000 0.000 0.000 11 RSpec::Core::Reporter#registered_listeners
387
- 0.00 0.000 0.000 0.000 0.000 24 FilterTable::Factory#create_connector
388
- 0.00 0.001 0.000 0.000 0.001 3 FilterTable::Factory#connect
389
- 0.00 0.000 0.000 0.000 0.000 26 Module#module_exec
390
- 0.00 0.002 0.000 0.000 0.002 5 Module#initialize
391
- 0.00 0.000 0.000 0.000 0.000 4 Gem::Specification#files
392
- 0.00 0.000 0.000 0.000 0.000 2 *RSpec::Core::FilterableItemRepository::QueryOptimized#items_for
393
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Vbscript>#desc
394
- 0.00 0.000 0.000 0.000 0.000 13 OptionParser::List#accept
395
- 0.00 0.000 0.000 0.000 0.000 11 Array#compact
396
- 0.00 0.000 0.000 0.000 0.000 21 <Class::RSpec::Core::Configuration>#add_read_only_setting
397
- 0.00 0.000 0.000 0.000 0.000 1 Module#to_s
398
- 0.00 0.000 0.000 0.000 0.000 1 <Module::Psych>#libyaml_version
399
- 0.00 0.002 0.000 0.000 0.002 2 <Class::Inspec::Resource>#create_dsl
400
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Addressable::URI>#parse
401
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#reporter
402
- 0.00 0.000 0.000 0.000 0.000 3 <Module::RSpec::Core::Metadata>#build_hash_from
403
- 0.00 0.001 0.000 0.000 0.001 4 Gem::Dependency#to_spec
404
- 0.00 0.000 0.000 0.000 0.000 12 String#end_with?
405
- 0.00 0.000 0.000 0.000 0.000 21 Gem::Requirement#==
406
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Reporter#start
407
- 0.00 0.130 0.000 0.000 0.130 2 Train::Transports::Local::Connection#os
408
- 0.00 0.000 0.000 0.000 0.000 2 Range#each
409
- 0.00 0.001 0.000 0.000 0.001 1 RSpec::Core::Reporter#close_after
410
- 0.00 0.005 0.000 0.000 0.005 2 Inspec::ProfileContext#reload_dsl
411
- 0.00 0.000 0.000 0.000 0.000 13 <Class::HTTPClient>#attr_proxy
412
- 0.00 0.000 0.000 0.000 0.000 4 Thread::Mutex#synchronize
413
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Reporter#initialize
414
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::World#initialize
415
- 0.00 0.120 0.000 0.000 0.120 1 <Module::Inspec>#secrets
416
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Metadata::HashPopulator#populate
417
- 0.00 0.000 0.000 0.000 0.000 17 RSpec::Matchers::DSL#define
418
- 0.00 0.000 0.000 0.000 0.000 4 <Module::Inspec>#fetcher
419
- 0.00 0.000 0.000 0.000 0.000 2 Module#remove_method
420
- 0.00 0.000 0.000 0.000 0.000 5 REXML::Entity#initialize
421
- 0.00 0.000 0.000 0.000 0.000 31 Gem::Specification#rdoc_options=
422
- 0.00 0.000 0.000 0.000 0.000 9 Symbol#inspect
423
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Formatters::Loader#custom_formatter
424
- 0.00 0.000 0.000 0.000 0.000 5 RSpec::Core::Configuration#formatter_loader
425
- 0.00 0.000 0.000 0.000 0.000 6 <Object::Object>#[]
426
- 0.00 0.001 0.000 0.000 0.001 1 RSpec::Core::Configuration#with_suite_hooks
427
- 0.00 0.000 0.000 0.000 0.000 1 Inspec::RequireLoader#initialize
428
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Train::Extras::LinuxCommand>#active?
429
- 0.00 0.000 0.000 0.000 0.000 1 String#strip!
430
- 0.00 0.000 0.000 0.000 0.000 3 RSpec::Core::FilterableItemRepository::QueryOptimized#proc_keys_from
431
- 0.00 0.000 0.000 0.000 0.000 12 String#start_with?
432
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Reporter#stop
433
- 0.00 0.000 0.000 0.000 0.000 8 String#to_f
434
- 0.00 0.000 0.000 0.000 0.000 1 Kernel#format
435
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Metadata::HashPopulator#build_description_from
436
- 0.00 0.002 0.000 0.000 0.002 1 RSpec::Core::Reporter#report
437
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Formatters::DeprecationFormatter#initialize
438
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Formatters::Loader#setup_default
439
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec>#world
440
- 0.00 0.015 0.000 0.000 0.015 1 Train::Extras::DetectLinux#detect_linux
441
- 0.00 0.015 0.000 0.000 0.015 1 Train::Extras::OSCommon#detect_family_type
442
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Yaml>#example
443
- 0.00 0.000 0.000 0.000 0.000 24 <Class::FilterTable::Factory::Connector>#new
444
- 0.00 0.002 0.000 0.000 0.002 6 *<Module::RSpec::Support>#require_rspec_expectations
445
- 0.00 0.000 0.000 0.000 0.000 3 Module#constants
446
- 0.00 0.000 0.000 0.000 0.000 3 <Class::Time>#now
447
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Core::MetadataFilter>#silence_metadata_example_group_deprecations
448
- 0.00 0.000 0.000 0.000 0.000 5 Gem::Dependency#matches_spec?
449
- 0.00 0.000 0.000 0.000 0.000 24 <Class::RSpec::Core::ExampleGroup>#idempotently_define_singleton_method
450
- 0.00 0.000 0.000 0.000 0.000 6 Gem::Security::Policy#initialize
451
- 0.00 0.000 0.000 0.000 0.000 4 Gem::Specification#add_bindir
452
- 0.00 0.000 0.000 0.000 0.000 6 <Class::Zip::ExtraField::Generic>#register_map
453
- 0.00 0.000 0.000 0.000 0.000 2 <Module::Thor::Base>#register_klass_file
454
- 0.00 0.000 0.000 0.000 0.000 4 Array#delete_if
455
- 0.00 0.001 0.000 0.000 0.001 2 Object#DelegateClass
456
- 0.00 0.001 0.000 0.000 0.001 10 RSpec::Core::Reporter#notify
457
- 0.00 0.000 0.000 0.000 0.000 2 Kernel#tap
458
- 0.00 0.000 0.000 0.000 0.000 1 InspecRspecMiniJson#dump_summary
459
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Formatters::DeprecationFormatter#printer
460
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::ExampleGroup#initialize
461
- 0.00 0.000 0.000 0.000 0.000 1 Inspec::Resources::OSResource#[]
462
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Configuration#define_mixed_in_module
463
- 0.00 0.000 0.000 0.000 0.000 73 Hash#key?
464
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Formatters::Loader#notifications_for
465
- 0.00 0.000 0.000 0.000 0.000 3 Time#initialize
466
- 0.00 0.000 0.000 0.000 0.000 2 Hash#merge
467
- 0.00 0.000 0.000 0.000 0.000 1 InspecRspecCli#start
468
- 0.00 0.000 0.000 0.000 0.000 1 Inspec::ProfileContext#load
469
- 0.00 0.000 0.000 0.000 0.000 3 <Module::Train::Options>#attach
470
- 0.00 0.000 0.000 0.000 0.000 20 Gem::Specification#executables=
471
- 0.00 0.000 0.000 0.000 0.000 1 IO#puts
472
- 0.00 0.000 0.000 0.000 0.000 1 InspecRspecCli#close
473
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Reporter#seed_used?
474
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Core::FlatMap>#flat_map
475
- 0.00 0.002 0.000 0.000 0.002 1 Inspec::Runner#run
476
- 0.00 0.000 0.000 0.000 0.000 1 Inspec::Resource::Registry::Os#initialize
477
- 0.00 0.000 0.000 0.000 0.000 3 Addressable::URI#validate
478
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Configuration#output_stream
479
- 0.00 0.000 0.000 0.000 0.000 5 Module#ancestors
480
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#last_run_statuses
481
- 0.00 0.000 0.000 0.000 0.000 1 <Class::RSpec::Core::ExampleGroup>#next_runnable_index_for
482
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Metadata::HashPopulator#initialize
483
- 0.00 0.002 0.000 0.000 0.002 1 Inspec::RunnerRspec#run
484
- 0.00 0.001 0.000 0.000 0.001 1 Inspec::ProfileContext#load_libraries
485
- 0.00 0.070 0.000 0.000 0.070 1 <Module::Train>#plugin
486
- 0.00 0.000 0.000 0.000 0.000 9 RSpec::Core::Set#<<
487
- 0.00 0.000 0.000 0.000 0.000 11 <Class::Gem::Requirement>#default
488
- 0.00 0.000 0.000 0.000 0.000 7 <Module::RSpec::Core::DSL>#expose_example_group_alias
489
- 0.00 0.000 0.000 0.000 0.000 5 <Class::Proc>#new
490
- 0.00 0.000 0.000 0.000 0.000 1 REXML::XMLDecl#initialize
491
- 0.00 0.001 0.000 0.000 0.001 1 <Class::HTTP::CookieJar>#const_missing
492
- 0.00 0.001 0.000 0.000 0.001 2 <Module::RSpec>#configure
493
- 0.00 0.000 0.000 0.000 0.000 8 RSpec::Core::HashImitatable::ClassMethods#attr_accessor
494
- 0.00 0.000 0.000 0.000 0.000 1 Inspec::RunnerRspec#configure_output
495
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Metadata::HashPopulator#build_scoped_id_for
496
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Metadata::HashPopulator#ensure_valid_user_keys
497
- 0.00 0.001 0.000 0.000 0.001 1 RSpec::Core::SuiteHookContext#initialize
498
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#ordering_registry
499
- 0.00 0.015 0.000 0.000 0.015 2 Train::Extras::DetectLinux#uname_s
500
- 0.00 0.000 0.000 0.000 0.000 1 Addressable::URI#host=
501
- 0.00 0.000 0.000 0.000 0.000 1 File#initialize
502
- 0.00 7.261 0.000 0.000 7.261 1 <Module::Train>#load_transport
503
- 0.00 0.000 0.000 0.000 0.000 1 InspecRspecCli#initialize
504
- 0.00 0.000 0.000 0.000 0.000 6 FilterTable::Factory#add_accessor
505
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::MemoizedHelpers#initialize
506
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Example#id
507
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Metadata::HashPopulator#file_path_and_line_number_from
508
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::World#example_count
509
- 0.00 0.000 0.000 0.000 0.000 5 Train::Options::ClassOptions#option
510
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::World#ordered_example_groups
511
- 0.00 0.149 0.000 0.000 0.149 1 Train::Transports::Local::Connection#initialize
512
- 0.00 0.000 0.000 0.000 0.000 4 <Module::Gem>#remove_unresolved_default_spec
513
- 0.00 0.000 0.000 0.000 0.000 1 Addressable::URI#to_s
514
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Core::Metadata>#id_from
515
- 0.00 0.000 0.000 0.000 0.000 3 <Module::RSpec::Support>#thread_local_data
516
- 0.00 0.000 0.000 0.000 0.000 2 <Class::RSpec::Core::ExampleGroup>#examples
517
- 0.00 0.000 0.000 0.000 0.000 1 <Module::HTTPClient::Util>#urify
518
- 0.00 0.000 0.000 0.000 0.000 1 Logging::ColorScheme#initialize
519
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Formatters::Loader#find_formatter
520
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::BacktraceFormatter#initialize
521
- 0.00 0.000 0.000 0.000 0.000 13 <Class::OptionParser>#accept
522
- 0.00 0.000 0.000 0.000 0.000 7 Thread::Mutex#initialize
523
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::MemoizedHelpers#__init_memoized
524
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#apply_derived_metadata_to
525
- 0.00 0.000 0.000 0.000 0.000 1 Unknown#os
526
- 0.00 0.000 0.000 0.000 0.000 1 Unknown#initialize
527
- 0.00 0.000 0.000 0.000 0.000 16 String#force_encoding
528
- 0.00 0.000 0.000 0.000 0.000 7 Method#call
529
- 0.00 0.000 0.000 0.000 0.000 3 <Class::Hash>#[]
530
- 0.00 0.000 0.000 0.000 0.000 12 Kernel#!~
531
- 0.00 0.000 0.000 0.000 0.000 5 Array#==
532
- 0.00 0.000 0.000 0.000 0.000 4 RSpec::Core::Configuration#seed
533
- 0.00 0.000 0.000 0.000 0.000 2 <Class::Socket>#gethostname
534
- 0.00 0.001 0.000 0.000 0.001 8 <Module::RSpec::Core::DSL>#change_global_dsl
535
- 0.00 0.000 0.000 0.000 0.000 1 InspecRspecMiniJson#stop
536
- 0.00 0.000 0.000 0.000 0.000 2 Inspec::ProfileContext#create_context
537
- 0.00 0.000 0.000 0.000 0.000 3 FilterTable::Factory#initialize
538
- 0.00 0.000 0.000 0.000 0.000 17 Proc#parameters
539
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Reporter#close
540
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Formatters::DeprecationFormatter::DelayedPrinter#initialize
541
- 0.00 0.001 0.000 0.000 0.001 1 RSpec::Core::Reporter#finish
542
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Support::ReentrantMutex#initialize
543
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::FilterableItemRepository::QueryOptimized#applicable_metadata_from
544
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Metadata::HashPopulator#description_separator
545
- 0.00 0.000 0.000 0.000 0.000 1 <Class::RSpec::Core::Metadata::ExampleGroupHash>#backwards_compatibility_default_proc
546
- 0.00 0.000 0.000 0.000 0.000 2 Time#-
547
- 0.00 0.000 0.000 0.000 0.000 1 Inspec::RunnerRspec#tests
548
- 0.00 0.000 0.000 0.000 0.000 1 Inspec::Runner#add_test_to_context
549
- 0.00 0.000 0.000 0.000 0.000 5 <Module::Mutex_m>#append_features
550
- 0.00 0.000 0.000 0.000 0.000 1 Addressable::URI#defer_validation
551
- 0.00 0.000 0.000 0.000 0.000 2 Fixnum#div
552
- 0.00 0.000 0.000 0.000 0.000 1 InspecRspecJson#dump_summary
553
- 0.00 0.000 0.000 0.000 0.000 1 <Class::RSpec::Core::SharedExampleGroupInclusionStackFrame>#shared_example_group_inclusions
554
- 0.00 0.003 0.000 0.000 0.003 1 <Class::IO>#open
555
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Formatters::Loader#built_in_formatter
556
- 0.00 0.000 0.000 0.000 0.000 2 <Module::Singleton>#append_features
557
- 0.00 0.000 0.000 0.000 0.000 2 <Class::Regexp>#quote
558
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Thor>#create_command
559
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Notifications::SummaryNotification#example_count
560
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Formatters::DeprecationFormatter::DelayedPrinter#deprecation_summary
561
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Formatters::DeprecationFormatter#deprecation_summary
562
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::MemoizedHelpers::ThreadsafeMemoized#initialize
563
- 0.00 0.000 0.000 0.000 0.000 2 Numeric#quo
564
- 0.00 0.002 0.000 0.000 0.002 1 RSpec::Core::Runner#run_specs
565
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Runner#initialize
566
- 0.00 0.000 0.000 0.000 0.000 1 Inspec::Runner#filter_controls
567
- 0.00 0.000 0.000 0.000 0.000 1 Train::Options::InstanceOptions#merge_options
568
- 0.00 0.000 0.000 0.000 0.000 1 REXML::Encoding#encoding=
569
- 0.00 0.000 0.000 0.000 0.000 1 <Module::ObjectSpace>#define_finalizer
570
- 0.00 0.000 0.000 0.000 0.000 1 <Class::MultiJson::Version>#to_s
571
- 0.00 0.000 0.000 0.000 0.000 2 NilClass#to_s
572
- 0.00 0.000 0.000 0.000 0.000 1 Array#&
573
- 0.00 0.000 0.000 0.000 0.000 2 <Module::RSpec::Support::Ruby>#mri?
574
- 0.00 0.000 0.000 0.000 0.000 2 <Module::Inspec>#source_reader
575
- 0.00 0.000 0.000 0.000 0.000 4 Gem::Dependency#prerelease?
576
- 0.00 0.000 0.000 0.000 0.000 2 <Module::Singleton>#__init__
577
- 0.00 0.000 0.000 0.000 0.000 2 <Module::Singleton>#included
578
- 0.00 0.000 0.000 0.000 0.000 4 Kernel#define_singleton_method
579
- 0.00 0.000 0.000 0.000 0.000 6 <Class::PluginRegistry::Plugin>#priority
580
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration::DeprecationReporterBuffer#initialize
581
- 0.00 0.000 0.000 0.000 0.000 10 Train::Options::ClassOptions#default_options
582
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Logging::ColorScheme>#reset
583
- 0.00 0.000 0.000 0.000 0.000 24 FilterTable::Factory::Connector#block
584
- 0.00 0.000 0.000 0.000 0.000 5 <Module::Gem>#extension_api_version
585
- 0.00 0.000 0.000 0.000 0.000 5 Gem::Platform#to_s
586
- 0.00 0.000 0.000 0.000 0.000 3 Hash#each_value
587
- 0.00 0.000 0.000 0.000 0.000 17 RSpec::Matchers::DSL#warn_about_block_args
588
- 0.00 0.000 0.000 0.000 0.000 5 Logging::ColorScheme#to_constant
589
- 0.00 0.001 0.000 0.000 0.001 1 Inspec::RunnerRspec#initialize
590
- 0.00 0.000 0.000 0.000 0.000 1 <Module::Thor::Base>#included
591
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::FilterableItemRepository::QueryOptimized#append
592
- 0.00 0.000 0.000 0.000 0.000 10 <Module::JSON>#deep_const_get
593
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Notifications::ExamplesNotification#examples
594
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Core::Metadata>#relative_path
595
- 0.00 0.000 0.000 0.000 0.000 3 Thread#[]
596
- 0.00 0.000 0.000 0.000 0.000 1 <Class::RSpec::Core::SharedExampleGroupInclusionStackFrame>#current_backtrace
597
- 0.00 0.000 0.000 0.000 0.000 1 <Class::RSpec::Core::Notifications::StartNotification>#new
598
- 0.00 0.000 0.000 0.000 0.000 1 Train::Transports::Local::OS#detect_local_os
599
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Train::Plugins::Transport>#name
600
- 0.00 0.000 0.000 0.000 0.000 3 JSON::Ext::Generator::State#initialize
601
- 0.00 0.000 0.000 0.000 0.000 1 <Class::RSpec::Core::Notifications::SummaryNotification>#new
602
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Metadata::ExampleHash#full_description
603
- 0.00 0.000 0.000 0.000 0.000 1 Thread#[]=
604
- 0.00 0.000 0.000 0.000 0.000 2 <Class::RSpec::Core::Notifications::SeedNotification>#new
605
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Ordering::Registry#used_random_seed?
606
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Configuration#seed_used?
607
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration::DeprecationReporterBuffer#play_onto
608
- 0.00 0.168 0.000 0.000 0.168 1 Train::Transports::Local#connection
609
- 0.00 0.000 0.000 0.000 0.000 2 Fixnum#<<
610
- 0.00 0.000 0.000 0.000 0.000 1 <Module::Train>#validate_backend
611
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::XinetdConf>#desc
612
- 0.00 0.000 0.000 0.000 0.000 5 <Module::Gem>#ruby_api_version
613
- 0.00 0.000 0.000 0.000 0.000 5 Gem::Specification#extensions=
614
- 0.00 0.000 0.000 0.000 0.000 3 RSpec::Core::FilterableItemRepository::QueryOptimized#handle_mutation
615
- 0.00 0.000 0.000 0.000 0.000 5 Gem::Requirement#none?
616
- 0.00 0.000 0.000 0.000 0.000 7 <Module::RSpec::Core::DSL>#expose_example_group_alias_globally
617
- 0.00 0.000 0.000 0.000 0.000 4 Array#count
618
- 0.00 0.000 0.000 0.000 0.000 1 OpenSSL::X509::Store#initialize
619
- 0.00 0.000 0.000 0.000 0.000 11 Kernel#kind_of?
620
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Hooks::HookCollections#register
621
- 0.00 0.000 0.000 0.000 0.000 20 NilClass#to_a
622
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Notifications::SummaryNotification#failed_examples
623
- 0.00 0.000 0.000 0.000 0.000 3 RSpec::Core::Notifications::ExamplesNotification#initialize
624
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Ordering::Identity#order
625
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Ordering::Registry#fetch
626
- 0.00 0.000 0.000 0.000 0.000 1 Inspec::Resource::Registry::Os#inspec
627
- 0.00 0.000 0.000 0.000 0.000 5 <Module::Mutex_m>#define_aliases
628
- 0.00 0.000 0.000 0.000 0.000 1 Inspec::RunnerRspec#reset_tests
629
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::SecurityPolicy>#desc
630
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Pip>#desc
631
- 0.00 0.000 0.000 0.000 0.000 1 Thor::Base::ClassMethods#inherited
632
- 0.00 0.000 0.000 0.000 0.000 5 Enumerable#each_with_object
633
- 0.00 0.001 0.000 0.000 0.001 1 <Module::JSON>#generator=
634
- 0.00 0.000 0.000 0.000 0.000 3 <Module::RSpec::Support::Ruby>#jruby?
635
- 0.00 0.000 0.000 0.000 0.000 3 Module#instance_method
636
- 0.00 0.000 0.000 0.000 0.000 7 Kernel#instance_of?
637
- 0.00 0.000 0.000 0.000 0.000 1 <Class::RSpec::Core::ExampleGroup>#children
638
- 0.00 0.000 0.000 0.000 0.000 1 MatchData#captures
639
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Metadata::ExampleHash#described_class
640
- 0.00 0.000 0.000 0.000 0.000 1 <Class::RSpec::Core::AnonymousExampleGroup>#metadata
641
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Formatters::Loader#existing_formatter_implements?
642
- 0.00 0.000 0.000 0.000 0.000 1 #<Class:0x00000002631418>#backend
643
- 0.00 0.000 0.000 0.000 0.000 1 Unknown#initialize
644
- 0.00 0.000 0.000 0.000 0.000 2 Train::Options::ClassOptions#include_options
645
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Time>#at
646
- 0.00 0.000 0.000 0.000 0.000 1 HTTPClient::Util::AddressableURI#port
647
- 0.00 0.000 0.000 0.000 0.000 3 String#to_str
648
- 0.00 0.000 0.000 0.000 0.000 1 <Module::Syslog::Macros>#included
649
- 0.00 0.000 0.000 0.000 0.000 1 <Module::Train>#target_config
650
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#add_formatter
651
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::RegistryKey>#desc
652
- 0.00 0.000 0.000 0.000 0.000 24 FilterTable::Factory::Connector#field_name
653
- 0.00 0.000 0.000 0.000 0.000 3 <Module::FilterTable>#create
654
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::MysqlSession>#example
655
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::AuditdRules>#desc
656
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Thor>#map
657
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Dir>#getwd
658
- 0.00 0.000 0.000 0.000 0.000 7 <Class::RSpec::Core::ExampleGroup>#define_example_group_method
659
- 0.00 0.000 0.000 0.000 0.000 8 Kernel#proc
660
- 0.00 0.000 0.000 0.000 0.000 2 Module#public_class_method
661
- 0.00 0.000 0.000 0.000 0.000 1 OpenSSL::Cipher#initialize
662
- 0.00 0.000 0.000 0.000 0.000 1 OpenSSL::X509::Store#flags=
663
- 0.00 7.261 0.000 0.000 7.261 1 <Module::Train>#create
664
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Reporter#register_listener
665
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#around
666
- 0.00 0.000 0.000 0.000 0.000 11 <Class::Nori::XMLUtilityNode>#typecasts
667
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Notifications::SummaryNotification#duration
668
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Reporter#mute_profile_output?
669
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Ordering::ConfigurationManager#seed_used?
670
- 0.00 0.000 0.000 0.000 0.000 1 REXML::XMLDecl#dowrite
671
- 0.00 0.000 0.000 0.000 0.000 1 REXML::Encoding#find_encoding
672
- 0.00 0.000 0.000 0.000 0.000 3 <Class::Addressable::URI>#port_mapping
673
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::User>#desc
674
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::SystemdService>#example
675
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Service>#desc
676
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Os>#desc
677
- 0.00 0.000 0.000 0.000 0.000 2 String#match
678
- 0.00 0.000 0.000 0.000 0.000 11 <Module::JSON>#const_defined_in?
679
- 0.00 0.000 0.000 0.000 0.000 10 Hash#[]=
680
- 0.00 0.001 0.000 0.000 0.001 1 URI::RFC2396_Parser#initialize
681
- 0.00 0.000 0.000 0.000 0.000 1 InspecRspecCli#flush_current_control
682
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Notifications::SummaryNotification#pending_count
683
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#threadsafe?
684
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#example_status_persistence_file_path
685
- 0.00 0.000 0.000 0.000 0.000 2 Float#to_f
686
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#start_time
687
- 0.00 0.000 0.000 0.000 0.000 1 Enumerable#flat_map
688
- 0.00 0.000 0.000 0.000 0.000 1 Train::Plugins::Transport#initialize
689
- 0.00 0.000 0.000 0.000 0.000 1 <Class::REXML::XMLDecl>#default
690
- 0.00 0.000 0.000 0.000 0.000 2 Addressable::URI#default_port
691
- 0.00 0.000 0.000 0.000 0.000 10 Addressable::URI#scheme
692
- 0.00 0.000 0.000 0.000 0.000 1 Addressable::URI#initialize
693
- 0.00 0.000 0.000 0.000 0.000 1 ReentrantMutex#initialize
694
- 0.00 0.000 0.000 0.000 0.000 1 <Module::LittlePlugger>#extended
695
- 0.00 0.000 0.000 0.000 0.000 3 <Class::Train::Plugins>#registry
696
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Formatters::JsonFormatter#initialize
697
- 0.00 0.000 0.000 0.000 0.000 1 InspecRspecJson#initialize
698
- 0.00 0.000 0.000 0.000 0.000 1 Logger#initialize
699
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Csv>#example
700
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::XinetdConf>#example
701
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::SshConfig>#example
702
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::RunitService>#desc
703
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Powershell>#example
704
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::PostgresSession>#example
705
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::PostgresConf>#desc
706
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Port>#desc
707
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Passwd>#example
708
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Passwd>#desc
709
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::ParseConfig>#example
710
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::ParseConfig>#desc
711
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::OsEnv>#example
712
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::OsEnv>#desc
713
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Oneget>#desc
714
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Npm>#example
715
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Npm>#desc
716
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::MysqlSession>#desc
717
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::MysqlConf>#desc
718
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::KernelParameter>#example
719
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::KernelParameter>#desc
720
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Iptables>#desc
721
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Interface>#desc
722
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Host>#desc
723
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Gem>#example
724
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Bridge>#desc
725
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::AuditdRules>#example
726
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Ordering::Registry#initialize
727
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Ordering::ConfigurationManager#initialize
728
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::FilterManager#initialize
729
- 0.00 0.000 0.000 0.000 0.000 3 <Module::MethodSource::MethodExtensions>#included
730
- 0.00 0.000 0.000 0.000 0.000 2 <Class::RSpec::Core::ExampleGroup>#define_nested_shared_group_method
731
- 0.00 0.000 0.000 0.000 0.000 6 <Class::RSpec::Core::Example>#delegate_to_metadata
732
- 0.00 0.000 0.000 0.000 0.000 1 Array#collect
733
- 0.00 0.000 0.000 0.000 0.000 4 Gem::Requirement#prerelease?
734
- 0.00 0.000 0.000 0.000 0.000 1 OpenSSL::Digest#initialize
735
- 0.00 0.000 0.000 0.000 0.000 2 <Module::Syslog::Constants>#included
736
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Package>#desc
737
- 0.00 0.000 0.000 0.000 0.000 11 Module#public_method_defined?
738
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Configuration#on_existing_matching_groups
739
- 0.00 0.000 0.000 0.000 0.000 6 Range#last
740
- 0.00 0.000 0.000 0.000 0.000 1 <Class::HTTP::CookieJar::AbstractSaver>#inherited
741
- 0.00 0.000 0.000 0.000 0.000 2 Kernel#raise
742
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Ini>#desc
743
- 0.00 0.000 0.000 0.000 0.000 3 Enumerable#map
744
- 0.00 0.000 0.000 0.000 0.000 1 Thor::Command#initialize
745
- 0.00 0.000 0.000 0.000 0.000 4 Hash#clear
746
- 0.00 0.000 0.000 0.000 0.000 2 <Class::RSpec::Core::FilterRules>#build
747
- 0.00 0.000 0.000 0.000 0.000 2 OptionParser::Switch#initialize
748
- 0.00 0.000 0.000 0.000 0.000 2 <Module::RSpec::Core::HashImitatable>#included
749
- 0.00 0.000 0.000 0.000 0.000 3 PluginRegistry#initialize
750
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Notifications::SummaryNotification#failure_count
751
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Configuration#run_hooks_with
752
- 0.00 0.000 0.000 0.000 0.000 2 Hash#hash
753
- 0.00 0.000 0.000 0.000 0.000 1 Array#reverse
754
- 0.00 0.000 0.000 0.000 0.000 2 Hash#update
755
- 0.00 0.000 0.000 0.000 0.000 2 Fixnum#fdiv
756
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#deprecation_stream
757
- 0.00 0.000 0.000 0.000 0.000 1 Array#|
758
- 0.00 0.000 0.000 0.000 0.000 1 Train::Plugins::Transport::BaseConnection#initialize
759
- 0.00 0.000 0.000 0.000 0.000 1 Train::Options::InstanceOptions#default_options
760
- 0.00 0.000 0.000 0.000 0.000 1 REXML::XMLDecl#nowrite
761
- 0.00 0.000 0.000 0.000 0.000 6 REXML::Child#initialize
762
- 0.00 0.000 0.000 0.000 0.000 1 Enumerator#each
763
- 0.00 0.000 0.000 0.000 0.000 1 HTTPClient::Site#initialize
764
- 0.00 0.000 0.000 0.000 0.000 1 Addressable::URI#userinfo
765
- 0.00 0.000 0.000 0.000 0.000 2 HTTPClient::Util::AddressableURI#authority
766
- 0.00 0.000 0.000 0.000 0.000 6 Addressable::URI#host
767
- 0.00 0.000 0.000 0.000 0.000 1 Addressable::URI#ip_based?
768
- 0.00 0.000 0.000 0.000 0.000 1 Addressable::URI#path=
769
- 0.00 0.000 0.000 0.000 0.000 3 Addressable::URI#remove_composite_values
770
- 0.00 0.000 0.000 0.000 0.000 1 Module#deprecate_constant
771
- 0.00 0.000 0.000 0.000 0.000 1 Module#private_constant
772
- 0.00 0.000 0.000 0.000 0.000 1 Inspec::Runner#load_attributes
773
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Formatters::BaseFormatter#initialize
774
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#backtrace_exclusion_patterns
775
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Csv>#desc
776
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::WindowsFeature>#example
777
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::WindowsFeature>#desc
778
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Vbscript>#example
779
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::User>#example
780
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::SshConfig>#desc
781
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Shadow>#example
782
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Shadow>#desc
783
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::SysvService>#example
784
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::SystemdService>#desc
785
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Service>#example
786
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::SecurityPolicy>#example
787
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::RegistryKey>#example
788
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Processes>#example
789
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Processes>#desc
790
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Powershell>#desc
791
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::PostgresConf>#example
792
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Port>#example
793
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Pip>#example
794
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::ParseConfigFile>#example
795
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::ParseConfigFile>#desc
796
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Package>#example
797
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Os>#example
798
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::NtpConf>#desc
799
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::MysqlConf>#example
800
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Mount>#example
801
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Mount>#desc
802
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::LimitsConf>#example
803
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::LimitsConf>#desc
804
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Json>#desc
805
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Iptables>#example
806
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::InetdConf>#example
807
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Group>#desc
808
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Gem>#desc
809
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Directory>#example
810
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Bridge>#example
811
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Bash>#example
812
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Command>#example
813
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::AuditPolicy>#desc
814
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Apt>#example
815
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::ApacheConf>#desc
816
- 0.00 0.000 0.000 0.000 0.000 2 <Module::Thor::Base>#subclass_files
817
- 0.00 0.000 0.000 0.000 0.000 1 Thor::Base::ClassMethods#commands
818
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Regexp>#escape
819
- 0.00 0.000 0.000 0.000 0.000 1 Hash#invert
820
- 0.00 0.000 0.000 0.000 0.000 5 Gem::Platform#to_a
821
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Hooks::HookCollections#ensure_hooks_initialized_for
822
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Hooks::HookCollections#initialize
823
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Hooks#around
824
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#add_hook_to_existing_matching_groups
825
- 0.00 0.000 0.000 0.000 0.000 1 Kernel#rand
826
- 0.00 0.000 0.000 0.000 0.000 5 RSpec::Core::FilterableItemRepository::UpdateOptimized#initialize
827
- 0.00 0.000 0.000 0.000 0.000 12 <Class::RSpec::Core::ExampleGroup>#define_example_method
828
- 0.00 0.000 0.000 0.000 0.000 5 <Class::RSpec::Core::Configuration>#delegate_to_ordering_manager
829
- 0.00 0.000 0.000 0.000 0.000 1 URI::RFC3986_Parser#initialize
830
- 0.00 0.000 0.000 0.000 0.000 1 OpenSSL::Digest#name
831
- 0.00 0.000 0.000 0.000 0.000 4 Addressable::URI#path
832
- 0.00 0.000 0.000 0.000 0.000 1 Addressable::URI#scheme=
833
- 0.00 0.000 0.000 0.000 0.000 4 Logging::ColorScheme#[]=
834
- 0.00 0.000 0.000 0.000 0.000 4 String#intern
835
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Formatters::Loader#duplicate_formatter_exists?
836
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Wmi>#example
837
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::PostgresSession>#desc
838
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::GrubConf>#desc
839
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Command>#desc
840
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Configuration#extend
841
- 0.00 0.000 0.000 0.000 0.000 4 <Class::Inspec::Plugins::Fetcher>#plugin_registry
842
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Configuration#profile_examples?
843
- 0.00 0.000 0.000 0.000 0.000 8 <Module::RSpec::Core::DSL>#exposed_globally?
844
- 0.00 0.000 0.000 0.000 0.000 2 Hash#any?
845
- 0.00 0.000 0.000 0.000 0.000 2 Fixnum#-
846
- 0.00 0.000 0.000 0.000 0.000 2 Hash#merge!
847
- 0.00 0.000 0.000 0.000 0.000 1 REXML::XMLDecl#encoding=
848
- 0.00 0.000 0.000 0.000 0.000 6 String#ord
849
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Addressable::URI>#ip_based_schemes
850
- 0.00 0.000 0.000 0.000 0.000 1 #<Class:0x000000019a1d38>#to_spec
851
- 0.00 0.000 0.000 0.000 0.000 1 <Module::Train>#group_keys_and_keyfiles
852
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Formatters::Loader#initialize
853
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Ini>#example
854
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Yaml>#desc
855
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::RunitService>#example
856
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::LaunchdService>#example
857
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::BsdService>#example
858
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::BsdService>#desc
859
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::UpstartService>#example
860
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::UpstartService>#desc
861
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::LoginDefs>#example
862
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::LoginDefs>#desc
863
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::KernelModule>#desc
864
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Interface>#example
865
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Host>#example
866
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::GrubConf>#example
867
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Group>#example
868
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::EtcGroup>#example
869
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::EtcGroup>#desc
870
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Directory>#desc
871
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Bond>#desc
872
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::File>#desc
873
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Bash>#desc
874
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::AuditdConf>#desc
875
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::AuditPolicy>#example
876
- 0.00 0.000 0.000 0.000 0.000 4 <Module::Thor::Base>#subclasses
877
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Thor>#desc
878
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Thor>#baseclass
879
- 0.00 0.000 0.000 0.000 0.000 1 Thor::Base::ClassMethods#from_superclass
880
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Plugins::Secret>#plugin_registry
881
- 0.00 0.000 0.000 0.000 0.000 1 Psych::Handler::DumperOptions#initialize
882
- 0.00 0.000 0.000 0.000 0.000 2 <Module::RSpec::Expectations::Syntax>#default_should_host
883
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Expectations::Syntax>#expect_enabled?
884
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Expectations::Configuration#syntax=
885
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Expectations::Configuration#reset_syntaxes_to_default
886
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#define_built_in_hooks
887
- 0.00 0.000 0.000 0.000 0.000 1 NilClass#to_i
888
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Core::DSL>#expose_globally!
889
- 0.00 0.000 0.000 0.000 0.000 15 <Module::RSpec::Core::DSL>#example_group_aliases
890
- 0.00 0.000 0.000 0.000 0.000 1 BasicObject#instance_exec
891
- 0.00 0.000 0.000 0.000 0.000 2 <Module::RSpec::Core::SharedExampleGroup::TopLevelDSL>#definitions
892
- 0.00 0.000 0.000 0.000 0.000 9 Array#concat
893
- 0.00 0.000 0.000 0.000 0.000 1 <Module::OptionParser::Arguable>#extend_object
894
- 0.00 0.000 0.000 0.000 0.000 2 Module#const_missing
895
- 0.00 0.000 0.000 0.000 0.000 3 Method#arity
896
- 0.00 0.000 0.000 0.000 0.000 2 Kernel#singleton_class
897
- 0.00 0.000 0.000 0.000 0.000 4 RSpec::Support::ComparableVersion#segments
898
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Support::ComparableVersion#<=>
899
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Support::ComparableVersion#initialize
900
- 0.00 0.000 0.000 0.000 0.000 1 Gem::Security::DIGEST_ALGORITHM#initialize
901
- 0.00 0.000 0.000 0.000 0.000 2 <Class::Delegator>#public_api
902
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Notifications::SummaryNotification#examples
903
- 0.00 0.000 0.000 0.000 0.000 1 Train::Extras::OSCommon#[]
904
- 0.00 0.000 0.000 0.000 0.000 6 Range#first
905
- 0.00 0.000 0.000 0.000 0.000 1 Addressable::URI#query
906
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Logging::ColorScheme>#[]=
907
- 0.00 0.000 0.000 0.000 0.000 6 String#upcase
908
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#reset
909
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::LaunchdService>#desc
910
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::SysvService>#desc
911
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Oneget>#example
912
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::NtpConf>#example
913
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::KernelModule>#example
914
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Json>#example
915
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::InetdConf>#desc
916
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::AuditdConf>#example
917
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Apt>#desc
918
- 0.00 0.000 0.000 0.000 0.000 1 <Class::#<Class:0x000000024c2320>>#new
919
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Thor>#method_options
920
- 0.00 0.000 0.000 0.000 0.000 5 <Module::Gem>#default_ext_dir_for
921
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::FilterableItemRepository::UpdateOptimized#append
922
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Hooks::HookCollections#extract_scope_from
923
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Hooks::HookCollections#scope_and_options_from
924
- 0.00 0.000 0.000 0.000 0.000 4 RSpec::Core::FilterRules#initialize
925
- 0.00 0.000 0.000 0.000 0.000 1 OptionParser::List#initialize
926
- 0.00 0.000 0.000 0.000 0.000 2 <Module::RSpec::Support::RubyFeatures>#module_prepends_supported?
927
- 0.00 0.000 0.000 0.000 0.000 2 <Class::Inspec::Plugins::SourceReader>#plugin_registry
928
- 0.00 0.000 0.000 0.000 0.000 2 RSpec::Core::Ordering::Random#used?
929
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Nori::XMLUtilityNode>#available_typecasts=
930
- 0.00 0.000 0.000 0.000 0.000 1 <Class::HTTP::CookieJar::AbstractSaver>#class_to_symbol
931
- 0.00 0.000 0.000 0.000 0.000 1 Addressable::URI#fragment
932
- 0.00 0.000 0.000 0.000 0.000 1 Addressable::URI#user
933
- 0.00 0.000 0.000 0.000 0.000 2 Logging::ColorScheme#lines?
934
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Core::SharedContext>#record
935
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Yum>#example
936
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Wmi>#desc
937
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::ApacheConf>#example
938
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Support>#matcher_definitions
939
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Support>#register_matcher_definition
940
- 0.00 0.000 0.000 0.000 0.000 2 <Module::RSpec::Core::World::Null>#traverse_example_group_trees_until
941
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::FilterableItemRepository::UpdateOptimized#prepend
942
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Hooks::HookCollections#normalized_scope_for
943
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#hooks
944
- 0.00 0.000 0.000 0.000 0.000 5 String#===
945
- 0.00 0.000 0.000 0.000 0.000 1 <Module::JSON::Ext::Generator::GeneratorMethods::String>#included
946
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Core::SharedExampleGroup::TopLevelDSL>#expose_globally!
947
- 0.00 0.000 0.000 0.000 0.000 3 Regexp#hash
948
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Support::OS>#windows_file_path?
949
- 0.00 0.000 0.000 0.000 0.000 1 Enumerable#max
950
- 0.00 0.000 0.000 0.000 0.000 1 URI::RFC3986_Parser#default_regexp
951
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Notifications::SummaryNotification#pending_examples
952
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#dry_run?
953
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Nori::XMLUtilityNode>#typecasts=
954
- 0.00 0.000 0.000 0.000 0.000 1 Addressable::URI#password
955
- 0.00 0.000 0.000 0.000 0.000 2 Logging::ColorScheme#load_from_hash
956
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Configuration#output_stream=
957
- 0.00 0.000 0.000 0.000 0.000 1 Logger::Formatter#initialize
958
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Yum>#desc
959
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::Bond>#example
960
- 0.00 0.000 0.000 0.000 0.000 1 <Class::Inspec::Resource::Registry::File>#example
961
- 0.00 0.000 0.000 0.000 0.000 1 <Module::Thor::Invocation>#included
962
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Expectations::Syntax>#enable_should
963
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Expectations::Syntax>#enable_expect
964
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Expectations>#configuration
965
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::FilterableItemRepository::QueryOptimized#prepend
966
- 0.00 0.000 0.000 0.000 0.000 1 <Class::RSpec::Core::Hooks::Hook>#new
967
- 0.00 0.000 0.000 0.000 0.000 3 RSpec::Core::Ordering::Registry#register
968
- 0.00 0.000 0.000 0.000 0.000 1 <Module::JSON>#parser=
969
- 0.00 0.000 0.000 0.000 0.000 1 Method#to_proc
970
- 0.00 0.000 0.000 0.000 0.000 1 <Class::RSpec::Core::ExampleGroup>#delegate_to_metadata
971
- 0.00 0.000 0.000 0.000 0.000 13 <Class::OptionParser>#top
972
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Support::Ruby>#rbx?
973
- 0.00 0.000 0.000 0.000 0.000 1 String#chomp
974
- 0.00 0.000 0.000 0.000 0.000 1 Zip#reset!
975
- 0.00 0.000 0.000 0.000 0.000 5 BasicObject#!=
976
- 0.00 0.000 0.000 0.000 0.000 4 Logging::ColorScheme#to_key
977
- 0.00 0.000 0.000 0.000 0.000 2 MatchData#[]
978
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Hooks::HookCollections#known_scope?
979
- 0.00 0.000 0.000 0.000 0.000 1 <Module::Gem::Security>#reset
980
- 0.00 0.000 0.000 0.000 0.000 1 Array#*
981
- 0.00 0.000 0.000 0.000 0.000 1 Addressable::URI#port
982
- 0.00 0.000 0.000 0.000 0.000 1 Logging::ColorScheme#levels?
983
- 0.00 0.000 0.000 0.000 0.000 1 Thor::Base::ClassMethods#is_thor_reserved_word?
984
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Expectations::Configuration#initialize
985
- 0.00 0.000 0.000 0.000 0.000 1 Array#unshift
986
- 0.00 0.000 0.000 0.000 0.000 1 Array#shift
987
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Core::World::Null>#example_groups
988
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::Ordering::Random#initialize
989
- 0.00 0.000 0.000 0.000 0.000 1 RSpec::Core::BacktraceFormatter#matches?
990
- 0.00 0.000 0.000 0.000 0.000 2 Float#/
991
- 0.00 0.000 0.000 0.000 0.000 8 RSpec::Core::HashImitatable::ClassMethods#hash_attribute_names
992
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Support::RubyFeatures>#supports_exception_cause?
993
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Support::RubyFeatures>#ripper_supported?
994
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Support::RubyFeatures>#caller_locations_supported?
995
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Support::RubyFeatures>#supports_rebinding_module_methods?
996
- 0.00 0.000 0.000 0.000 0.000 6 Module#private_method_defined?
997
- 0.00 0.000 0.000 0.000 0.000 3 Fixnum#|
998
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Expectations::Syntax>#warn_about_should!
999
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Expectations::Syntax>#should_enabled?
1000
- 0.00 0.000 0.000 0.000 0.000 1 Float#-@
1001
- 0.00 0.000 0.000 0.000 0.000 1 <Module::RSpec::Core::SharedExampleGroup::TopLevelDSL>#exposed_globally?
1002
- 0.00 0.000 0.000 0.000 0.000 1 Fixnum#~
1003
- 0.00 0.000 0.000 0.000 0.000 1 BasicObject#singleton_method_undefined
1004
-
1005
- * indicates recursively called methods