ipt 1.0.1 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. checksums.yaml +5 -5
  2. data/.github/workflows/test.yml +41 -0
  3. data/.gitignore +0 -1
  4. data/Gemfile.lock +318 -0
  5. data/README.md +1 -1
  6. data/bin/tapioca +29 -0
  7. data/ipt.gemspec +15 -8
  8. data/lib/pt.rb +8 -9
  9. data/lib/pt/action.rb +42 -24
  10. data/lib/pt/cli.rb +1 -1
  11. data/lib/pt/client.rb +2 -3
  12. data/lib/pt/configuration.rb +1 -1
  13. data/lib/pt/data_row.rb +1 -0
  14. data/lib/pt/data_table.rb +1 -2
  15. data/lib/pt/io.rb +16 -7
  16. data/lib/pt/version.rb +2 -1
  17. data/sorbet/config +3 -0
  18. data/sorbet/rbi/gems/activesupport.rbi +671 -0
  19. data/sorbet/rbi/gems/activesupport@6.1.3.2.rbi +63 -0
  20. data/sorbet/rbi/gems/addressable.rbi +147 -0
  21. data/sorbet/rbi/gems/addressable@2.7.0.rbi +8 -0
  22. data/sorbet/rbi/gems/anyway_config.rbi +197 -0
  23. data/sorbet/rbi/gems/anyway_config@2.1.0.rbi +8 -0
  24. data/sorbet/rbi/gems/aruba.rbi +917 -0
  25. data/sorbet/rbi/gems/aruba@0.14.14.rbi +1342 -0
  26. data/sorbet/rbi/gems/ast.rbi +49 -0
  27. data/sorbet/rbi/gems/ast@2.4.2.rbi +54 -0
  28. data/sorbet/rbi/gems/axiom-types@0.1.1.rbi +8 -0
  29. data/sorbet/rbi/gems/builder@3.2.4.rbi +15 -0
  30. data/sorbet/rbi/gems/childprocess.rbi +107 -0
  31. data/sorbet/rbi/gems/childprocess@3.0.0.rbi +135 -0
  32. data/sorbet/rbi/gems/coderay.rbi +285 -0
  33. data/sorbet/rbi/gems/coderay@1.1.3.rbi +1005 -0
  34. data/sorbet/rbi/gems/coercible@1.0.0.rbi +8 -0
  35. data/sorbet/rbi/gems/colorize.rbi +82 -0
  36. data/sorbet/rbi/gems/colorize@0.8.1.rbi +39 -0
  37. data/sorbet/rbi/gems/commander@4.6.0.rbi +8 -0
  38. data/sorbet/rbi/gems/concurrent-ruby.rbi +1590 -0
  39. data/sorbet/rbi/gems/concurrent-ruby@1.1.8.rbi +8 -0
  40. data/sorbet/rbi/gems/config.rbi +124 -0
  41. data/sorbet/rbi/gems/config@3.1.0.rbi +8 -0
  42. data/sorbet/rbi/gems/contracts.rbi +391 -0
  43. data/sorbet/rbi/gems/contracts@0.16.1.rbi +592 -0
  44. data/sorbet/rbi/gems/cucumber-core.rbi +628 -0
  45. data/sorbet/rbi/gems/cucumber-core@9.0.0.rbi +8 -0
  46. data/sorbet/rbi/gems/cucumber-create-meta.rbi +27 -0
  47. data/sorbet/rbi/gems/cucumber-create-meta@4.0.0.rbi +8 -0
  48. data/sorbet/rbi/gems/cucumber-cucumber-expressions.rbi +216 -0
  49. data/sorbet/rbi/gems/cucumber-cucumber-expressions@12.1.1.rbi +8 -0
  50. data/sorbet/rbi/gems/cucumber-gherkin.rbi +289 -0
  51. data/sorbet/rbi/gems/cucumber-gherkin@18.1.1.rbi +8 -0
  52. data/sorbet/rbi/gems/cucumber-html-formatter@13.0.0.rbi +8 -0
  53. data/sorbet/rbi/gems/cucumber-messages.rbi +872 -0
  54. data/sorbet/rbi/gems/cucumber-messages@15.0.0.rbi +8 -0
  55. data/sorbet/rbi/gems/cucumber-tag-expressions.rbi +53 -0
  56. data/sorbet/rbi/gems/cucumber-tag-expressions@3.0.1.rbi +8 -0
  57. data/sorbet/rbi/gems/cucumber-wire.rbi +161 -0
  58. data/sorbet/rbi/gems/cucumber-wire@5.0.0.rbi +8 -0
  59. data/sorbet/rbi/gems/cucumber.rbi +1876 -0
  60. data/sorbet/rbi/gems/cucumber@6.0.0.rbi +8 -0
  61. data/sorbet/rbi/gems/declarative.rbi +75 -0
  62. data/sorbet/rbi/gems/declarative@0.0.20.rbi +8 -0
  63. data/sorbet/rbi/gems/deep_merge.rbi +26 -0
  64. data/sorbet/rbi/gems/deep_merge@1.2.1.rbi +8 -0
  65. data/sorbet/rbi/gems/descendants_tracker@0.0.4.rbi +8 -0
  66. data/sorbet/rbi/gems/diff-lcs@1.4.4.rbi +8 -0
  67. data/sorbet/rbi/gems/dry-configurable@0.12.1.rbi +8 -0
  68. data/sorbet/rbi/gems/dry-container@0.7.2.rbi +8 -0
  69. data/sorbet/rbi/gems/dry-core@0.5.0.rbi +8 -0
  70. data/sorbet/rbi/gems/dry-equalizer@0.3.0.rbi +8 -0
  71. data/sorbet/rbi/gems/dry-inflector@0.2.0.rbi +8 -0
  72. data/sorbet/rbi/gems/dry-initializer@3.0.4.rbi +8 -0
  73. data/sorbet/rbi/gems/dry-logic@1.2.0.rbi +8 -0
  74. data/sorbet/rbi/gems/dry-schema@1.6.2.rbi +8 -0
  75. data/sorbet/rbi/gems/dry-types@1.5.1.rbi +8 -0
  76. data/sorbet/rbi/gems/dry-validation@1.6.0.rbi +8 -0
  77. data/sorbet/rbi/gems/equalizer.rbi +23 -0
  78. data/sorbet/rbi/gems/equalizer@0.0.11.rbi +8 -0
  79. data/sorbet/rbi/gems/equatable.rbi +26 -0
  80. data/sorbet/rbi/gems/equatable@0.5.0.rbi +8 -0
  81. data/sorbet/rbi/gems/excon.rbi +378 -0
  82. data/sorbet/rbi/gems/excon@0.81.0.rbi +8 -0
  83. data/sorbet/rbi/gems/faraday-excon.rbi +28 -0
  84. data/sorbet/rbi/gems/faraday-excon@1.1.0.rbi +8 -0
  85. data/sorbet/rbi/gems/faraday-net_http.rbi +32 -0
  86. data/sorbet/rbi/gems/faraday-net_http@1.0.1.rbi +8 -0
  87. data/sorbet/rbi/gems/faraday-net_http_persistent.rbi +24 -0
  88. data/sorbet/rbi/gems/faraday-net_http_persistent@1.1.0.rbi +8 -0
  89. data/sorbet/rbi/gems/faraday.rbi +606 -0
  90. data/sorbet/rbi/gems/faraday@1.4.1.rbi +8 -0
  91. data/sorbet/rbi/gems/faraday_middleware.rbi +19 -0
  92. data/sorbet/rbi/gems/faraday_middleware@1.0.0.rbi +8 -0
  93. data/sorbet/rbi/gems/ffi.rbi +560 -0
  94. data/sorbet/rbi/gems/ffi@1.15.0.rbi +849 -0
  95. data/sorbet/rbi/gems/formatador.rbi +52 -0
  96. data/sorbet/rbi/gems/formatador@0.2.5.rbi +8 -0
  97. data/sorbet/rbi/gems/guard-compat@1.2.1.rbi +49 -0
  98. data/sorbet/rbi/gems/guard-rspec@4.7.3.rbi +233 -0
  99. data/sorbet/rbi/gems/guard.rbi +397 -0
  100. data/sorbet/rbi/gems/guard@2.16.2.rbi +615 -0
  101. data/sorbet/rbi/gems/highline.rbi +567 -0
  102. data/sorbet/rbi/gems/highline@2.0.3.rbi +8 -0
  103. data/sorbet/rbi/gems/i18n.rbi +133 -0
  104. data/sorbet/rbi/gems/i18n@1.8.10.rbi +8 -0
  105. data/sorbet/rbi/gems/ice_nine@0.11.2.rbi +8 -0
  106. data/sorbet/rbi/gems/listen.rbi +301 -0
  107. data/sorbet/rbi/gems/listen@3.5.1.rbi +476 -0
  108. data/sorbet/rbi/gems/lumberjack.rbi +299 -0
  109. data/sorbet/rbi/gems/lumberjack@1.2.8.rbi +431 -0
  110. data/sorbet/rbi/gems/method_source.rbi +64 -0
  111. data/sorbet/rbi/gems/method_source@1.0.0.rbi +72 -0
  112. data/sorbet/rbi/gems/middleware.rbi +32 -0
  113. data/sorbet/rbi/gems/middleware@0.1.0.rbi +8 -0
  114. data/sorbet/rbi/gems/mime-types-data.rbi +17 -0
  115. data/sorbet/rbi/gems/mime-types-data@3.2021.0225.rbi +8 -0
  116. data/sorbet/rbi/gems/mime-types.rbi +218 -0
  117. data/sorbet/rbi/gems/mime-types@3.3.1.rbi +8 -0
  118. data/sorbet/rbi/gems/mini_mime.rbi +52 -0
  119. data/sorbet/rbi/gems/mini_mime@1.1.0.rbi +8 -0
  120. data/sorbet/rbi/gems/minitest@5.14.4.rbi +8 -0
  121. data/sorbet/rbi/gems/multi_json.rbi +62 -0
  122. data/sorbet/rbi/gems/multi_json@1.15.0.rbi +8 -0
  123. data/sorbet/rbi/gems/multi_test.rbi +28 -0
  124. data/sorbet/rbi/gems/multi_test@0.1.2.rbi +8 -0
  125. data/sorbet/rbi/gems/multipart-post.rbi +53 -0
  126. data/sorbet/rbi/gems/multipart-post@2.1.1.rbi +8 -0
  127. data/sorbet/rbi/gems/necromancer.rbi +135 -0
  128. data/sorbet/rbi/gems/necromancer@0.3.0.rbi +8 -0
  129. data/sorbet/rbi/gems/nenv.rbi +60 -0
  130. data/sorbet/rbi/gems/nenv@0.3.0.rbi +88 -0
  131. data/sorbet/rbi/gems/notiffany.rbi +215 -0
  132. data/sorbet/rbi/gems/notiffany@0.1.3.rbi +323 -0
  133. data/sorbet/rbi/gems/paint.rbi +31 -0
  134. data/sorbet/rbi/gems/paint@2.2.1.rbi +8 -0
  135. data/sorbet/rbi/gems/parlour.rbi +840 -0
  136. data/sorbet/rbi/gems/parlour@6.0.0.rbi +1610 -0
  137. data/sorbet/rbi/gems/parser.rbi +1517 -0
  138. data/sorbet/rbi/gems/parser@3.0.1.1.rbi +1726 -0
  139. data/sorbet/rbi/gems/pastel.rbi +128 -0
  140. data/sorbet/rbi/gems/pastel@0.6.1.rbi +8 -0
  141. data/sorbet/rbi/gems/protobuf-cucumber.rbi +1520 -0
  142. data/sorbet/rbi/gems/protobuf-cucumber@3.10.8.rbi +8 -0
  143. data/sorbet/rbi/gems/pry.rbi +1898 -0
  144. data/sorbet/rbi/gems/pry@0.14.1.rbi +2486 -0
  145. data/sorbet/rbi/gems/public_suffix.rbi +104 -0
  146. data/sorbet/rbi/gems/public_suffix@4.0.6.rbi +8 -0
  147. data/sorbet/rbi/gems/rainbow.rbi +118 -0
  148. data/sorbet/rbi/gems/rainbow@3.0.0.rbi +153 -0
  149. data/sorbet/rbi/gems/rake.rbi +647 -0
  150. data/sorbet/rbi/gems/rake@10.5.0.rbi +805 -0
  151. data/sorbet/rbi/gems/rb-fsevent@0.11.0.rbi +8 -0
  152. data/sorbet/rbi/gems/rb-inotify@0.10.1.rbi +8 -0
  153. data/sorbet/rbi/gems/representable.rbi +227 -0
  154. data/sorbet/rbi/gems/representable@3.1.1.rbi +8 -0
  155. data/sorbet/rbi/gems/rspec-core.rbi +1932 -0
  156. data/sorbet/rbi/gems/rspec-core@3.10.1.rbi +2455 -0
  157. data/sorbet/rbi/gems/rspec-expectations.rbi +1151 -0
  158. data/sorbet/rbi/gems/rspec-expectations@3.10.1.rbi +1652 -0
  159. data/sorbet/rbi/gems/rspec-mocks.rbi +1100 -0
  160. data/sorbet/rbi/gems/rspec-mocks@3.10.2.rbi +1462 -0
  161. data/sorbet/rbi/gems/rspec-support.rbi +280 -0
  162. data/sorbet/rbi/gems/rspec-support@3.10.2.rbi +509 -0
  163. data/sorbet/rbi/gems/rspec.rbi +15 -0
  164. data/sorbet/rbi/gems/rspec@3.10.0.rbi +38 -0
  165. data/sorbet/rbi/gems/ruby-next-core.rbi +76 -0
  166. data/sorbet/rbi/gems/ruby-next-core@0.12.0.rbi +7 -0
  167. data/sorbet/rbi/gems/ruby2_keywords@0.0.4.rbi +8 -0
  168. data/sorbet/rbi/gems/shellany.rbi +29 -0
  169. data/sorbet/rbi/gems/shellany@0.0.1.rbi +28 -0
  170. data/sorbet/rbi/gems/spoom.rbi +872 -0
  171. data/sorbet/rbi/gems/spoom@1.1.1.rbi +1193 -0
  172. data/sorbet/rbi/gems/sys-uname.rbi +66 -0
  173. data/sorbet/rbi/gems/sys-uname@1.2.2.rbi +8 -0
  174. data/sorbet/rbi/gems/tapioca.rbi +39 -0
  175. data/sorbet/rbi/gems/tapioca@0.4.23.rbi +1230 -0
  176. data/sorbet/rbi/gems/terminal-table.rbi +166 -0
  177. data/sorbet/rbi/gems/terminal-table@3.0.0.rbi +8 -0
  178. data/sorbet/rbi/gems/thor.rbi +537 -0
  179. data/sorbet/rbi/gems/thor@1.1.0.rbi +838 -0
  180. data/sorbet/rbi/gems/thread_safe@0.3.6.rbi +8 -0
  181. data/sorbet/rbi/gems/tracker_api.rbi +33 -0
  182. data/sorbet/rbi/gems/tracker_api@1.13.0.rbi +21 -0
  183. data/sorbet/rbi/gems/trailblazer-option.rbi +22 -0
  184. data/sorbet/rbi/gems/trailblazer-option@0.1.1.rbi +8 -0
  185. data/sorbet/rbi/gems/tty-color.rbi +41 -0
  186. data/sorbet/rbi/gems/tty-color@0.3.0.rbi +8 -0
  187. data/sorbet/rbi/gems/tty-command@0.1.0.rbi +8 -0
  188. data/sorbet/rbi/gems/tty-cursor@0.3.0.rbi +8 -0
  189. data/sorbet/rbi/gems/tty-pager.rbi +41 -0
  190. data/sorbet/rbi/gems/tty-pager@0.4.0.rbi +8 -0
  191. data/sorbet/rbi/gems/tty-platform.rbi +36 -0
  192. data/sorbet/rbi/gems/tty-platform@0.1.0.rbi +8 -0
  193. data/sorbet/rbi/gems/tty-progressbar.rbi +164 -0
  194. data/sorbet/rbi/gems/tty-progressbar@0.9.0.rbi +8 -0
  195. data/sorbet/rbi/gems/tty-prompt@0.6.0.rbi +8 -0
  196. data/sorbet/rbi/gems/tty-screen.rbi +40 -0
  197. data/sorbet/rbi/gems/tty-screen@0.5.1.rbi +8 -0
  198. data/sorbet/rbi/gems/tty-spinner.rbi +40 -0
  199. data/sorbet/rbi/gems/tty-spinner@0.2.0.rbi +8 -0
  200. data/sorbet/rbi/gems/tty-table.rbi +417 -0
  201. data/sorbet/rbi/gems/tty-table@0.5.0.rbi +8 -0
  202. data/sorbet/rbi/gems/tty-which.rbi +22 -0
  203. data/sorbet/rbi/gems/tty-which@0.1.0.rbi +8 -0
  204. data/sorbet/rbi/gems/tty.rbi +126 -0
  205. data/sorbet/rbi/gems/tty@0.5.0.rbi +8 -0
  206. data/sorbet/rbi/gems/tzinfo.rbi +588 -0
  207. data/sorbet/rbi/gems/tzinfo@2.0.4.rbi +8 -0
  208. data/sorbet/rbi/gems/uber.rbi +18 -0
  209. data/sorbet/rbi/gems/uber@0.1.0.rbi +8 -0
  210. data/sorbet/rbi/gems/unicode-display_width.rbi +17 -0
  211. data/sorbet/rbi/gems/unicode-display_width@1.7.0.rbi +8 -0
  212. data/sorbet/rbi/gems/unicode_utils.rbi +171 -0
  213. data/sorbet/rbi/gems/unicode_utils@1.4.0.rbi +8 -0
  214. data/sorbet/rbi/gems/vcr.rbi +582 -0
  215. data/sorbet/rbi/gems/vcr@6.0.0.rbi +782 -0
  216. data/sorbet/rbi/gems/verse.rbi +87 -0
  217. data/sorbet/rbi/gems/verse@0.4.0.rbi +8 -0
  218. data/sorbet/rbi/gems/virtus@1.0.5.rbi +8 -0
  219. data/sorbet/rbi/gems/wisper@1.6.1.rbi +8 -0
  220. data/sorbet/rbi/gems/zeitwerk.rbi +139 -0
  221. data/sorbet/rbi/gems/zeitwerk@2.4.2.rbi +8 -0
  222. data/sorbet/rbi/hidden-definitions/errors.txt +8695 -0
  223. data/sorbet/rbi/hidden-definitions/hidden.rbi +18529 -0
  224. data/sorbet/rbi/sorbet-typed/lib/activesupport/>=6/activesupport.rbi +37 -0
  225. data/sorbet/rbi/sorbet-typed/lib/activesupport/all/activesupport.rbi +1850 -0
  226. data/sorbet/rbi/sorbet-typed/lib/faraday/all/faraday.rbi +756 -0
  227. data/sorbet/rbi/sorbet-typed/lib/minitest/all/minitest.rbi +108 -0
  228. data/sorbet/rbi/sorbet-typed/lib/parlour/6.0.0/parlour.rbi +1903 -0
  229. data/sorbet/rbi/sorbet-typed/lib/rainbow/all/rainbow.rbi +276 -0
  230. data/sorbet/rbi/sorbet-typed/lib/rake/all/rake.rbi +645 -0
  231. data/sorbet/rbi/sorbet-typed/lib/rspec-core/all/rspec-core.rbi +1891 -0
  232. data/sorbet/rbi/sorbet-typed/lib/thor/all/thor.rbi +905 -0
  233. data/sorbet/rbi/todo.rbi +23 -0
  234. data/sorbet/tapioca/require.rb +4 -0
  235. metadata +341 -23
@@ -0,0 +1,8 @@
1
+ # DO NOT EDIT MANUALLY
2
+ # This is an autogenerated file for types exported from the `rb-fsevent` gem.
3
+ # Please instead update this file by running `bin/tapioca sync`.
4
+
5
+ # typed: true
6
+
7
+ # THIS IS AN EMPTY RBI FILE.
8
+ # see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
@@ -0,0 +1,8 @@
1
+ # DO NOT EDIT MANUALLY
2
+ # This is an autogenerated file for types exported from the `rb-inotify` gem.
3
+ # Please instead update this file by running `bin/tapioca sync`.
4
+
5
+ # typed: true
6
+
7
+ # THIS IS AN EMPTY RBI FILE.
8
+ # see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
@@ -0,0 +1,227 @@
1
+ # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
+ # srb rbi gems
3
+
4
+ # typed: true
5
+ #
6
+ # If you would like to make changes to this file, great! Please create the gem's shim here:
7
+ #
8
+ # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/representable/all/representable.rbi
9
+ #
10
+ # representable-3.1.1
11
+
12
+ module Representable
13
+ def create_representation_with(doc, options, format); end
14
+ def normalize_options(user_options: nil, **options); end
15
+ def representable_attrs; end
16
+ def representable_attrs=(arg0); end
17
+ def representable_bindings_for(format, options); end
18
+ def representable_map!(doc, options, format, method); end
19
+ def representable_map(options, format); end
20
+ def representation_wrap(options = nil); end
21
+ def represented; end
22
+ def self.Option(value); end
23
+ def self.included(base); end
24
+ def update_properties_from(doc, options, format); end
25
+ end
26
+ class Representable::Option < Trailblazer::Option
27
+ def self.build(value); end
28
+ def self.callable?(value); end
29
+ end
30
+ class Representable::Config < Declarative::Definitions
31
+ def infer_name_for(name); end
32
+ def initialize(*arg0); end
33
+ def options; end
34
+ def remove(name); end
35
+ def wrap=(value); end
36
+ def wrap_for(represented, options = nil, &block); end
37
+ end
38
+ class Representable::Definition < Declarative::Definitions::Definition
39
+ def [](name); end
40
+ def array?; end
41
+ def create_binding(*args); end
42
+ def delete!(name); end
43
+ def dynamic_options; end
44
+ def getter; end
45
+ def handle_as!(options); end
46
+ def handle_extend!(options); end
47
+ def has_default?; end
48
+ def hash?; end
49
+ def initialize(sym, options = nil, &block); end
50
+ def inspect; end
51
+ def merge!(options, &block); end
52
+ def name; end
53
+ def representable?; end
54
+ def representer_module; end
55
+ def runtime_options!(options); end
56
+ def setter; end
57
+ def setup!(options, &block); end
58
+ def typed?; end
59
+ end
60
+ module Representable::Declarative
61
+ def collection(name, options = nil, &block); end
62
+ def default_nested_class; end
63
+ def definitions; end
64
+ def hash(name = nil, options = nil, &block); end
65
+ def nested(name, options = nil, &block); end
66
+ def nested_builder; end
67
+ def representable_attrs; end
68
+ def representation_wrap=(name); end
69
+ include Declarative::Heritage::DSL
70
+ include Declarative::Schema::DSL
71
+ include Declarative::Schema::Feature
72
+ end
73
+ module Representable::Function
74
+ end
75
+ class Representable::Function::Prepare
76
+ def call(input, options); end
77
+ end
78
+ class Representable::Function::Decorate
79
+ def call(object, options); end
80
+ def prepare_for(mod, object, binding); end
81
+ end
82
+ module Representable::CreateObject
83
+ end
84
+ module Representable::Binding::Factories
85
+ def collect_for(item_functions); end
86
+ def default_parse_fragment_functions; end
87
+ def default_parse_init_functions; end
88
+ def default_post_functions; end
89
+ def default_render_fragment_functions; end
90
+ def default_render_init_functions; end
91
+ def parse_functions; end
92
+ def pipeline_for(name, input, options); end
93
+ def render_functions; end
94
+ end
95
+ class Representable::Binding
96
+ def [](name); end
97
+ def cached_representer; end
98
+ def cached_representer=(arg0); end
99
+ def default_for(value); end
100
+ def exec_context(options); end
101
+ def getter; end
102
+ def initialize(definition); end
103
+ def name; end
104
+ def parse_pipeline(input, options); end
105
+ def render_pipeline(input, options); end
106
+ def self.build(definition); end
107
+ def setter; end
108
+ def setup_exec_context!; end
109
+ def skipable_empty_value?(value); end
110
+ extend Uber::Delegates
111
+ include Anonymous_Module_60
112
+ include Representable::Binding::Deprecatable
113
+ include Representable::Binding::EvaluateOption
114
+ include Representable::Binding::Factories
115
+ end
116
+ class Representable::Binding::Map < Array
117
+ def <<(binding); end
118
+ def call(method, options); end
119
+ end
120
+ class Representable::Binding::FragmentNotFound
121
+ end
122
+ module Anonymous_Module_60
123
+ def array?(*args, &block); end
124
+ def has_default?(*args, &block); end
125
+ def representable?(*args, &block); end
126
+ def typed?(*args, &block); end
127
+ extend Forwardable
128
+ end
129
+ module Representable::Binding::Deprecatable
130
+ def compile_fragment(options); end
131
+ def uncompile_fragment(options); end
132
+ end
133
+ module Representable::Binding::EvaluateOption
134
+ def evaluate_option(name, input, options); end
135
+ end
136
+ module Representable::Binding::Collection
137
+ def skipable_empty_value?(value); end
138
+ end
139
+ class Representable::DeserializeError < RuntimeError
140
+ end
141
+ class Representable::Pipeline < Array
142
+ def call(input, options); end
143
+ def evaluate(block, input, options); end
144
+ extend Representable::Pipeline::Macros
145
+ end
146
+ class Representable::Pipeline::Stop
147
+ end
148
+ module Representable::Pipeline::Macros
149
+ def insert(functions, new_function, options); end
150
+ end
151
+ class Representable::Collect < Representable::Pipeline
152
+ def call(input, options); end
153
+ end
154
+ class Representable::Collect::Hash < Representable::Pipeline
155
+ def call(input, options); end
156
+ end
157
+ module Representable::Pipeline::Function
158
+ end
159
+ class Representable::Pipeline::Function::Insert
160
+ def call(arr, func, options); end
161
+ def delete!(arr, removed_func); end
162
+ def replace!(arr, old_func, new_func); end
163
+ end
164
+ module Representable::Cached
165
+ def representable_map(*arg0); end
166
+ def self.included(includer); end
167
+ end
168
+ module Representable::Cached::BuildDefinition
169
+ def build_definition(*arg0); end
170
+ end
171
+ module Representable::ForCollection
172
+ def collection_representer!(options); end
173
+ def collection_representer(options = nil); end
174
+ def for_collection; end
175
+ end
176
+ module Representable::Represent
177
+ def represent(represented, array_class = nil); end
178
+ end
179
+ module Representable::ModuleExtensions
180
+ def extended(object); end
181
+ end
182
+ module Representable::ClassMethods
183
+ def prepare(represented); end
184
+ end
185
+ module Representable::Hash
186
+ def filter_wrap(data, options); end
187
+ def filter_wrap_for(data, wrap); end
188
+ def from_hash(data, options = nil, binding_builder = nil); end
189
+ def parse(data, options = nil, binding_builder = nil); end
190
+ def render(options = nil, binding_builder = nil); end
191
+ def self.included(base); end
192
+ def to_hash(options = nil, binding_builder = nil); end
193
+ end
194
+ class Representable::Hash::Binding < Representable::Binding
195
+ def deserialize_method; end
196
+ def read(hash, as); end
197
+ def self.build_for(definition); end
198
+ def serialize_method; end
199
+ def write(hash, fragment, as); end
200
+ end
201
+ class Representable::Hash::Binding::Collection < Representable::Hash::Binding
202
+ include Representable::Binding::Collection
203
+ end
204
+ module Representable::Hash::ClassMethods
205
+ def collection_representer_class; end
206
+ def format_engine; end
207
+ end
208
+ module Representable::JSON
209
+ def from_json(data, *args); end
210
+ def parse(data, *args); end
211
+ def render(*args); end
212
+ def self.included(base); end
213
+ def to_json(*args); end
214
+ extend Representable::ClassMethods
215
+ extend Representable::Declarative
216
+ extend Representable::ForCollection
217
+ extend Representable::Hash::ClassMethods
218
+ extend Representable::Hash::ClassMethods
219
+ extend Representable::ModuleExtensions
220
+ extend Representable::Represent
221
+ include Representable
222
+ include Representable::Hash
223
+ end
224
+ module Representable::JSON::ClassMethods
225
+ def collection_representer_class; end
226
+ def format_engine; end
227
+ end
@@ -0,0 +1,8 @@
1
+ # DO NOT EDIT MANUALLY
2
+ # This is an autogenerated file for types exported from the `representable` gem.
3
+ # Please instead update this file by running `bin/tapioca sync`.
4
+
5
+ # typed: true
6
+
7
+ # THIS IS AN EMPTY RBI FILE.
8
+ # see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
@@ -0,0 +1,1932 @@
1
+ # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
+ # srb rbi gems
3
+
4
+ # typed: true
5
+ #
6
+ # If you would like to make changes to this file, great! Please create the gem's shim here:
7
+ #
8
+ # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/rspec-core/all/rspec-core.rbi
9
+ #
10
+ # rspec-core-3.10.1
11
+
12
+ module RSpec
13
+ def self.clear_examples; end
14
+ def self.configuration; end
15
+ def self.configuration=(arg0); end
16
+ def self.configure; end
17
+ def self.const_missing(name); end
18
+ def self.context(*args, &example_group_block); end
19
+ def self.current_example; end
20
+ def self.current_example=(example); end
21
+ def self.describe(*args, &example_group_block); end
22
+ def self.example_group(*args, &example_group_block); end
23
+ def self.fcontext(*args, &example_group_block); end
24
+ def self.fdescribe(*args, &example_group_block); end
25
+ def self.reset; end
26
+ def self.shared_context(name, *args, &block); end
27
+ def self.shared_examples(name, *args, &block); end
28
+ def self.shared_examples_for(name, *args, &block); end
29
+ def self.world; end
30
+ def self.world=(arg0); end
31
+ def self.xcontext(*args, &example_group_block); end
32
+ def self.xdescribe(*args, &example_group_block); end
33
+ extend RSpec::Core::Warnings
34
+ end
35
+ module RSpec::Core
36
+ def self.path_to_executable; end
37
+ end
38
+ module RSpec::Core::Version
39
+ end
40
+ module RSpec::Core::Warnings
41
+ def deprecate(deprecated, data = nil); end
42
+ def warn_deprecation(message, opts = nil); end
43
+ def warn_with(message, options = nil); end
44
+ end
45
+ class RSpec::Core::Set
46
+ def <<(key); end
47
+ def clear; end
48
+ def delete(key); end
49
+ def each(&block); end
50
+ def empty?; end
51
+ def include?(key); end
52
+ def initialize(array = nil); end
53
+ def merge(values); end
54
+ include Enumerable
55
+ end
56
+ module RSpec::Core::FlatMap
57
+ def flat_map(array, &block); end
58
+ def self.flat_map(array, &block); end
59
+ end
60
+ class RSpec::Core::FilterManager
61
+ def add_ids(rerun_path, scoped_ids); end
62
+ def add_location(file_path, line_numbers); end
63
+ def add_path_to_arrays_filter(filter_key, path, values); end
64
+ def empty?; end
65
+ def exclude(*args); end
66
+ def exclude_only(*args); end
67
+ def exclude_with_low_priority(*args); end
68
+ def exclusions; end
69
+ def file_scoped_include?(ex_metadata, ids, locations); end
70
+ def include(*args); end
71
+ def include_only(*args); end
72
+ def include_with_low_priority(*args); end
73
+ def inclusions; end
74
+ def initialize; end
75
+ def prune(examples); end
76
+ def prune_conditionally_filtered_examples(examples); end
77
+ end
78
+ class RSpec::Core::FilterRules
79
+ def [](key); end
80
+ def add(updated); end
81
+ def add_with_low_priority(updated); end
82
+ def clear; end
83
+ def delete(key); end
84
+ def description; end
85
+ def each_pair(&block); end
86
+ def empty?; end
87
+ def fetch(*args, &block); end
88
+ def include_example?(example); end
89
+ def initialize(rules = nil); end
90
+ def opposite; end
91
+ def opposite=(arg0); end
92
+ def rules; end
93
+ def self.build; end
94
+ def use_only(updated); end
95
+ end
96
+ class RSpec::Core::InclusionRules < RSpec::Core::FilterRules
97
+ def add(*args); end
98
+ def add_with_low_priority(*args); end
99
+ def apply_standalone_filter(updated); end
100
+ def include_example?(example); end
101
+ def is_standalone_filter?(rules); end
102
+ def replace_filters(new_rules); end
103
+ def split_file_scoped_rules; end
104
+ def standalone?; end
105
+ end
106
+ module RSpec::Core::DSL
107
+ def self.change_global_dsl(&changes); end
108
+ def self.example_group_aliases; end
109
+ def self.expose_example_group_alias(name); end
110
+ def self.expose_example_group_alias_globally(method_name); end
111
+ def self.expose_globally!; end
112
+ def self.exposed_globally?; end
113
+ def self.remove_globally!; end
114
+ def self.top_level; end
115
+ def self.top_level=(arg0); end
116
+ end
117
+ module RSpec::Core::Formatters
118
+ def self.register(formatter_class, *notifications); end
119
+ end
120
+ module RSpec::Core::Formatters::ConsoleCodes
121
+ def config_colors_to_methods; end
122
+ def console_code_for(code_or_symbol); end
123
+ def self.config_colors_to_methods; end
124
+ def self.console_code_for(code_or_symbol); end
125
+ def self.wrap(text, code_or_symbol); end
126
+ def wrap(text, code_or_symbol); end
127
+ end
128
+ class RSpec::Core::Formatters::SnippetExtractor
129
+ def beginning_line_number; end
130
+ def expression_lines; end
131
+ def expression_node; end
132
+ def expression_outmost_node?(node); end
133
+ def initialize(source, beginning_line_number, max_line_count = nil); end
134
+ def line_range_of_expression; end
135
+ def line_range_of_location_nodes_in_expression; end
136
+ def location_nodes_at_beginning_line; end
137
+ def max_line_count; end
138
+ def self.extract_expression_lines_at(file_path, beginning_line_number, max_line_count = nil); end
139
+ def self.extract_line_at(file_path, line_number); end
140
+ def self.least_indentation_from(lines); end
141
+ def self.source_from_file(path); end
142
+ def source; end
143
+ def unclosed_tokens_in_line_range(line_range); end
144
+ end
145
+ class RSpec::Core::Formatters::SnippetExtractor::NoSuchFileError < StandardError
146
+ end
147
+ class RSpec::Core::Formatters::SnippetExtractor::NoSuchLineError < StandardError
148
+ end
149
+ class RSpec::Core::Formatters::SnippetExtractor::NoExpressionAtLineError < StandardError
150
+ end
151
+ class RSpec::Core::Formatters::SyntaxHighlighter
152
+ def color_enabled_implementation; end
153
+ def highlight(lines); end
154
+ def implementation; end
155
+ def initialize(configuration); end
156
+ def self.attempt_to_add_rspec_terms_to_coderay_keywords; end
157
+ end
158
+ module RSpec::Core::Formatters::SyntaxHighlighter::CodeRayImplementation
159
+ def self.highlight_syntax(lines); end
160
+ end
161
+ module RSpec::Core::Formatters::SyntaxHighlighter::NoSyntaxHighlightingImplementation
162
+ def self.highlight_syntax(lines); end
163
+ end
164
+ class RSpec::Core::Formatters::ExceptionPresenter
165
+ def add_shared_group_lines(lines, colorizer); end
166
+ def backtrace_formatter; end
167
+ def colorized_formatted_backtrace(colorizer = nil); end
168
+ def colorized_message_lines(colorizer = nil); end
169
+ def description; end
170
+ def detail_formatter; end
171
+ def encoded_description(description); end
172
+ def encoded_string(string); end
173
+ def encoding_of(string); end
174
+ def example; end
175
+ def exception; end
176
+ def exception_backtrace; end
177
+ def exception_class_name(exception = nil); end
178
+ def exception_lines; end
179
+ def exception_message_string(exception); end
180
+ def extra_detail_formatter; end
181
+ def extra_failure_lines; end
182
+ def failure_lines; end
183
+ def failure_slash_error_lines; end
184
+ def final_exception(exception, previous = nil); end
185
+ def find_failed_line; end
186
+ def formatted_backtrace(exception = nil); end
187
+ def formatted_cause(exception); end
188
+ def formatted_message_and_backtrace(colorizer); end
189
+ def fully_formatted(failure_number, colorizer = nil); end
190
+ def fully_formatted_lines(failure_number, colorizer); end
191
+ def indent_lines(lines, failure_number); end
192
+ def initialize(exception, example, options = nil); end
193
+ def message_color; end
194
+ def message_lines; end
195
+ def read_failed_lines; end
196
+ end
197
+ class RSpec::Core::Formatters::ExceptionPresenter::Factory
198
+ def build; end
199
+ def initialize(example); end
200
+ def multiple_exception_summarizer(exception, prior_detail_formatter, color); end
201
+ def multiple_exceptions_error?(exception); end
202
+ def options; end
203
+ def pending_options; end
204
+ def sub_failure_list_formatter(exception, message_color); end
205
+ def with_multiple_error_options_as_needed(exception, options); end
206
+ end
207
+ module RSpec::Core::Formatters::ExceptionPresenter::Factory::EmptyBacktraceFormatter
208
+ def self.format_backtrace(*arg0); end
209
+ end
210
+ class RSpec::Core::Formatters::ExceptionPresenter::Factory::CommonBacktraceTruncater
211
+ def initialize(parent); end
212
+ def with_truncated_backtrace(child); end
213
+ end
214
+ class RSpec::Core::MultipleExceptionError < StandardError
215
+ def aggregation_block_label; end
216
+ def aggregation_metadata; end
217
+ def all_exceptions; end
218
+ def exception_count_description; end
219
+ def failures; end
220
+ def initialize(*exceptions); end
221
+ def message; end
222
+ def other_errors; end
223
+ def summary; end
224
+ include RSpec::Core::MultipleExceptionError::InterfaceTag
225
+ end
226
+ module RSpec::Core::MultipleExceptionError::InterfaceTag
227
+ def add(exception); end
228
+ def self.for(ex); end
229
+ end
230
+ module RSpec::Core::ShellEscape
231
+ def conditionally_quote(id); end
232
+ def escape(shell_command); end
233
+ def quote(argument); end
234
+ def self.conditionally_quote(id); end
235
+ def self.escape(shell_command); end
236
+ def self.quote(argument); end
237
+ def self.shell_allows_unquoted_ids?; end
238
+ def shell_allows_unquoted_ids?; end
239
+ end
240
+ module RSpec::Core::Formatters::Helpers
241
+ def self.format_duration(duration); end
242
+ def self.format_seconds(float, precision = nil); end
243
+ def self.organize_ids(ids); end
244
+ def self.pluralize(count, string); end
245
+ def self.strip_trailing_zeroes(string); end
246
+ end
247
+ module RSpec::Core::Notifications
248
+ end
249
+ module RSpec::Core::Notifications::NullColorizer
250
+ def self.wrap(line, _code_or_symbol); end
251
+ def wrap(line, _code_or_symbol); end
252
+ end
253
+ class RSpec::Core::Notifications::StartNotification < Struct
254
+ def count; end
255
+ def count=(_); end
256
+ def load_time; end
257
+ def load_time=(_); end
258
+ def self.[](*arg0); end
259
+ def self.inspect; end
260
+ def self.members; end
261
+ def self.new(*arg0); end
262
+ end
263
+ class RSpec::Core::Notifications::ExampleNotification < Struct
264
+ def example; end
265
+ def example=(_); end
266
+ def self.[](*arg0); end
267
+ def self.for(example); end
268
+ def self.inspect; end
269
+ def self.members; end
270
+ def self.new(*arg0); end
271
+ end
272
+ class RSpec::Core::Notifications::ExamplesNotification
273
+ def examples; end
274
+ def failed_examples; end
275
+ def failure_notifications; end
276
+ def format_examples(examples); end
277
+ def fully_formatted_failed_examples(colorizer = nil); end
278
+ def fully_formatted_pending_examples(colorizer = nil); end
279
+ def initialize(reporter); end
280
+ def notifications; end
281
+ def pending_examples; end
282
+ def pending_notifications; end
283
+ end
284
+ class RSpec::Core::Notifications::FailedExampleNotification < RSpec::Core::Notifications::ExampleNotification
285
+ def colorized_formatted_backtrace(colorizer = nil); end
286
+ def colorized_message_lines(colorizer = nil); end
287
+ def description; end
288
+ def exception; end
289
+ def formatted_backtrace; end
290
+ def fully_formatted(failure_number, colorizer = nil); end
291
+ def fully_formatted_lines(failure_number, colorizer = nil); end
292
+ def initialize(example, exception_presenter = nil); end
293
+ def message_lines; end
294
+ def self.new(*arg0); end
295
+ end
296
+ class RSpec::Core::Notifications::PendingExampleFixedNotification < RSpec::Core::Notifications::FailedExampleNotification
297
+ end
298
+ class RSpec::Core::Notifications::PendingExampleFailedAsExpectedNotification < RSpec::Core::Notifications::FailedExampleNotification
299
+ end
300
+ class RSpec::Core::Notifications::SkippedExampleNotification < RSpec::Core::Notifications::ExampleNotification
301
+ def fully_formatted(pending_number, colorizer = nil); end
302
+ def self.new(*arg0); end
303
+ end
304
+ class RSpec::Core::Notifications::GroupNotification < Struct
305
+ def group; end
306
+ def group=(_); end
307
+ def self.[](*arg0); end
308
+ def self.inspect; end
309
+ def self.members; end
310
+ def self.new(*arg0); end
311
+ end
312
+ class RSpec::Core::Notifications::MessageNotification < Struct
313
+ def message; end
314
+ def message=(_); end
315
+ def self.[](*arg0); end
316
+ def self.inspect; end
317
+ def self.members; end
318
+ def self.new(*arg0); end
319
+ end
320
+ class RSpec::Core::Notifications::SeedNotification < Struct
321
+ def fully_formatted; end
322
+ def seed; end
323
+ def seed=(_); end
324
+ def seed_used?; end
325
+ def self.[](*arg0); end
326
+ def self.inspect; end
327
+ def self.members; end
328
+ def self.new(*arg0); end
329
+ def used; end
330
+ def used=(_); end
331
+ end
332
+ class RSpec::Core::Notifications::SummaryNotification < Struct
333
+ def colorized_rerun_commands(colorizer = nil); end
334
+ def colorized_totals_line(colorizer = nil); end
335
+ def duplicate_rerun_locations; end
336
+ def duration; end
337
+ def duration=(_); end
338
+ def errors_outside_of_examples_count; end
339
+ def errors_outside_of_examples_count=(_); end
340
+ def example_count; end
341
+ def examples; end
342
+ def examples=(_); end
343
+ def failed_examples; end
344
+ def failed_examples=(_); end
345
+ def failure_count; end
346
+ def formatted_duration; end
347
+ def formatted_load_time; end
348
+ def fully_formatted(colorizer = nil); end
349
+ def load_time; end
350
+ def load_time=(_); end
351
+ def pending_count; end
352
+ def pending_examples; end
353
+ def pending_examples=(_); end
354
+ def rerun_argument_for(example); end
355
+ def self.[](*arg0); end
356
+ def self.inspect; end
357
+ def self.members; end
358
+ def self.new(*arg0); end
359
+ def totals_line; end
360
+ include RSpec::Core::ShellEscape
361
+ end
362
+ class RSpec::Core::Notifications::ProfileNotification
363
+ def calculate_slowest_groups; end
364
+ def duration; end
365
+ def examples; end
366
+ def initialize(duration, examples, number_of_examples, example_groups); end
367
+ def number_of_examples; end
368
+ def percentage; end
369
+ def slow_duration; end
370
+ def slowest_examples; end
371
+ def slowest_groups; end
372
+ end
373
+ class RSpec::Core::Notifications::DeprecationNotification < Struct
374
+ def call_site; end
375
+ def call_site=(_); end
376
+ def deprecated; end
377
+ def deprecated=(_); end
378
+ def message; end
379
+ def message=(_); end
380
+ def replacement; end
381
+ def replacement=(_); end
382
+ def self.[](*arg0); end
383
+ def self.from_hash(data); end
384
+ def self.inspect; end
385
+ def self.members; end
386
+ def self.new(*arg0); end
387
+ end
388
+ class RSpec::Core::Notifications::NullNotification
389
+ end
390
+ class RSpec::Core::Notifications::CustomNotification < Struct
391
+ def self.for(options = nil); end
392
+ end
393
+ class RSpec::Core::Reporter
394
+ def abort_with(msg, exit_status); end
395
+ def close; end
396
+ def close_after; end
397
+ def deprecation(hash); end
398
+ def ensure_listeners_ready; end
399
+ def example_failed(example); end
400
+ def example_finished(example); end
401
+ def example_group_finished(group); end
402
+ def example_group_started(group); end
403
+ def example_passed(example); end
404
+ def example_pending(example); end
405
+ def example_started(example); end
406
+ def examples; end
407
+ def exit_early(exit_code); end
408
+ def fail_fast_limit_met?; end
409
+ def failed_examples; end
410
+ def finish; end
411
+ def initialize(configuration); end
412
+ def message(message); end
413
+ def mute_profile_output?; end
414
+ def notify(event, notification); end
415
+ def notify_non_example_exception(exception, context_description); end
416
+ def pending_examples; end
417
+ def prepare_default(loader, output_stream, deprecation_stream); end
418
+ def publish(event, options = nil); end
419
+ def register_listener(listener, *notifications); end
420
+ def registered_listeners(notification); end
421
+ def report(expected_example_count); end
422
+ def seed_used?; end
423
+ def start(expected_example_count, time = nil); end
424
+ def stop; end
425
+ end
426
+ class RSpec::Core::NullReporter
427
+ def self.method_missing(*arg0); end
428
+ end
429
+ module RSpec::Core::Hooks
430
+ def after(*args, &block); end
431
+ def append_after(*args, &block); end
432
+ def append_before(*args, &block); end
433
+ def around(*args, &block); end
434
+ def before(*args, &block); end
435
+ def hooks; end
436
+ def prepend_after(*args, &block); end
437
+ def prepend_before(*args, &block); end
438
+ end
439
+ class RSpec::Core::Hooks::Hook < Struct
440
+ def block; end
441
+ def block=(_); end
442
+ def options; end
443
+ def options=(_); end
444
+ def self.[](*arg0); end
445
+ def self.inspect; end
446
+ def self.members; end
447
+ def self.new(*arg0); end
448
+ end
449
+ class RSpec::Core::Hooks::BeforeHook < RSpec::Core::Hooks::Hook
450
+ def run(example); end
451
+ end
452
+ class RSpec::Core::Hooks::AfterHook < RSpec::Core::Hooks::Hook
453
+ def run(example); end
454
+ end
455
+ class RSpec::Core::Hooks::AfterContextHook < RSpec::Core::Hooks::Hook
456
+ def run(example); end
457
+ end
458
+ class RSpec::Core::Hooks::AroundHook < RSpec::Core::Hooks::Hook
459
+ def execute_with(example, procsy); end
460
+ def hook_description; end
461
+ end
462
+ class RSpec::Core::Hooks::HookCollections
463
+ def all_hooks_for(position, scope); end
464
+ def ensure_hooks_initialized_for(position, scope); end
465
+ def extract_scope_from(args); end
466
+ def hooks_for(position, scope); end
467
+ def initialize(owner, filterable_item_repo_class); end
468
+ def known_scope?(scope); end
469
+ def matching_hooks_for(position, scope, example_or_group); end
470
+ def normalized_scope_for(scope); end
471
+ def owner_parent_groups; end
472
+ def process(host, parent_groups, globals, position, scope); end
473
+ def processable_hooks_for(position, scope, host); end
474
+ def register(prepend_or_append, position, *args, &block); end
475
+ def register_global_singleton_context_hooks(example, globals); end
476
+ def register_globals(host, globals); end
477
+ def run(position, scope, example_or_group); end
478
+ def run_around_example_hooks_for(example); end
479
+ def run_example_hooks_for(example, position, each_method); end
480
+ def run_owned_hooks_for(position, scope, example_or_group); end
481
+ def scope_and_options_from(*args); end
482
+ end
483
+ module RSpec::Core::MemoizedHelpers
484
+ def __init_memoized; end
485
+ def __memoized; end
486
+ def initialize(*arg0); end
487
+ def is_expected; end
488
+ def self.define_helpers_on(example_group); end
489
+ def self.get_constant_or_yield(example_group, name); end
490
+ def self.module_for(example_group); end
491
+ def should(matcher = nil, message = nil); end
492
+ def should_not(matcher = nil, message = nil); end
493
+ def subject; end
494
+ end
495
+ class RSpec::Core::MemoizedHelpers::ThreadsafeMemoized
496
+ def fetch_or_store(key); end
497
+ def initialize; end
498
+ end
499
+ class RSpec::Core::MemoizedHelpers::NonThreadSafeMemoized
500
+ def fetch_or_store(key); end
501
+ def initialize; end
502
+ end
503
+ class RSpec::Core::MemoizedHelpers::ContextHookMemoized
504
+ def self.fetch_or_store(key, &_block); end
505
+ def self.isolate_for_context_hook(example_group_instance); end
506
+ end
507
+ class RSpec::Core::MemoizedHelpers::ContextHookMemoized::Before < RSpec::Core::MemoizedHelpers::ContextHookMemoized
508
+ def self.article; end
509
+ def self.hook_expression; end
510
+ def self.hook_intention; end
511
+ end
512
+ class RSpec::Core::MemoizedHelpers::ContextHookMemoized::After < RSpec::Core::MemoizedHelpers::ContextHookMemoized
513
+ def self.article; end
514
+ def self.hook_expression; end
515
+ def self.hook_intention; end
516
+ end
517
+ module RSpec::Core::MemoizedHelpers::ClassMethods
518
+ def let!(name, &block); end
519
+ def let(name, &block); end
520
+ def subject!(name = nil, &block); end
521
+ def subject(name = nil, &block); end
522
+ end
523
+ module RSpec::Core::Metadata
524
+ def self.ascend(metadata); end
525
+ def self.ascending(metadata); end
526
+ def self.build_hash_from(args, warn_about_example_group_filtering = nil); end
527
+ def self.deep_hash_dup(object); end
528
+ def self.id_from(metadata); end
529
+ def self.location_tuple_from(metadata); end
530
+ def self.relative_path(line); end
531
+ def self.relative_path_regex; end
532
+ end
533
+ class RSpec::Core::Metadata::HashPopulator
534
+ def block; end
535
+ def build_description_from(parent_description = nil, my_description = nil); end
536
+ def build_scoped_id_for(file_path); end
537
+ def description_args; end
538
+ def description_separator(parent_part, child_part); end
539
+ def ensure_valid_user_keys; end
540
+ def file_path_and_line_number_from(backtrace); end
541
+ def initialize(metadata, user_metadata, index_provider, description_args, block); end
542
+ def metadata; end
543
+ def populate; end
544
+ def populate_location_attributes; end
545
+ def user_metadata; end
546
+ end
547
+ class RSpec::Core::Metadata::ExampleHash < RSpec::Core::Metadata::HashPopulator
548
+ def described_class; end
549
+ def full_description; end
550
+ def self.create(group_metadata, user_metadata, index_provider, description, block); end
551
+ end
552
+ class RSpec::Core::Metadata::ExampleGroupHash < RSpec::Core::Metadata::HashPopulator
553
+ def described_class; end
554
+ def full_description; end
555
+ def self.backwards_compatibility_default_proc(&example_group_selector); end
556
+ def self.create(parent_group_metadata, user_metadata, example_group_index, *args, &block); end
557
+ def self.hash_with_backwards_compatibility_default_proc; end
558
+ end
559
+ module RSpec::Core::HashImitatable
560
+ def <(*args, &block); end
561
+ def <=(*args, &block); end
562
+ def >(*args, &block); end
563
+ def >=(*args, &block); end
564
+ def [](key); end
565
+ def []=(key, value); end
566
+ def all?(*args, &block); end
567
+ def any?(*args, &block); end
568
+ def assert_valid_keys(*args, &block); end
569
+ def assoc(*args, &block); end
570
+ def chain(*args, &block); end
571
+ def chunk(*args, &block); end
572
+ def chunk_while(*args, &block); end
573
+ def clear(*args, &block); end
574
+ def collect(*args, &block); end
575
+ def collect_concat(*args, &block); end
576
+ def compact!(*args, &block); end
577
+ def compact(*args, &block); end
578
+ def compare_by_identity(*args, &block); end
579
+ def compare_by_identity?(*args, &block); end
580
+ def count(*args, &block); end
581
+ def cycle(*args, &block); end
582
+ def deconstruct_keys(*args, &block); end
583
+ def deep_merge!(*args, &block); end
584
+ def deep_merge(*args, &block); end
585
+ def deep_stringify_keys!(*args, &block); end
586
+ def deep_stringify_keys(*args, &block); end
587
+ def deep_symbolize_keys!(*args, &block); end
588
+ def deep_symbolize_keys(*args, &block); end
589
+ def deep_transform_keys!(*args, &block); end
590
+ def deep_transform_keys(*args, &block); end
591
+ def default(*args, &block); end
592
+ def default=(*args, &block); end
593
+ def default_proc(*args, &block); end
594
+ def default_proc=(*args, &block); end
595
+ def delete(*args, &block); end
596
+ def delete_if(*args, &block); end
597
+ def detect(*args, &block); end
598
+ def dig(*args, &block); end
599
+ def directly_supports_attribute?(name); end
600
+ def drop(*args, &block); end
601
+ def drop_while(*args, &block); end
602
+ def each(*args, &block); end
603
+ def each_cons(*args, &block); end
604
+ def each_entry(*args, &block); end
605
+ def each_key(*args, &block); end
606
+ def each_pair(*args, &block); end
607
+ def each_slice(*args, &block); end
608
+ def each_value(*args, &block); end
609
+ def each_with_index(*args, &block); end
610
+ def each_with_object(*args, &block); end
611
+ def empty?(*args, &block); end
612
+ def entries(*args, &block); end
613
+ def except!(*args, &block); end
614
+ def except(*args, &block); end
615
+ def extra_hash_attributes; end
616
+ def extract!(*args, &block); end
617
+ def extractable_options?(*args, &block); end
618
+ def fetch(*args, &block); end
619
+ def fetch_values(*args, &block); end
620
+ def filter!(*args, &block); end
621
+ def filter(*args, &block); end
622
+ def filter_map(*args, &block); end
623
+ def find(*args, &block); end
624
+ def find_all(*args, &block); end
625
+ def find_index(*args, &block); end
626
+ def first(*args, &block); end
627
+ def flat_map(*args, &block); end
628
+ def flatten(*args, &block); end
629
+ def get_value(name); end
630
+ def grep(*args, &block); end
631
+ def grep_v(*args, &block); end
632
+ def group_by(*args, &block); end
633
+ def has_key?(*args, &block); end
634
+ def has_value?(*args, &block); end
635
+ def hash_for_delegation; end
636
+ def include?(*args, &block); end
637
+ def index(*args, &block); end
638
+ def inject(*args, &block); end
639
+ def invert(*args, &block); end
640
+ def issue_deprecation(_method_name, *_args); end
641
+ def keep_if(*args, &block); end
642
+ def key(*args, &block); end
643
+ def key?(*args, &block); end
644
+ def keys(*args, &block); end
645
+ def ko_deep_merge!(*args, &block); end
646
+ def lazy(*args, &block); end
647
+ def length(*args, &block); end
648
+ def map(*args, &block); end
649
+ def max(*args, &block); end
650
+ def max_by(*args, &block); end
651
+ def member?(*args, &block); end
652
+ def merge!(*args, &block); end
653
+ def merge(*args, &block); end
654
+ def min(*args, &block); end
655
+ def min_by(*args, &block); end
656
+ def minmax(*args, &block); end
657
+ def minmax_by(*args, &block); end
658
+ def nested_under_indifferent_access(*args, &block); end
659
+ def none?(*args, &block); end
660
+ def one?(*args, &block); end
661
+ def partition(*args, &block); end
662
+ def rassoc(*args, &block); end
663
+ def reduce(*args, &block); end
664
+ def rehash(*args, &block); end
665
+ def reject!(*args, &block); end
666
+ def reject(*args, &block); end
667
+ def replace(*args, &block); end
668
+ def reverse_each(*args, &block); end
669
+ def reverse_merge!(*args, &block); end
670
+ def reverse_merge(*args, &block); end
671
+ def reverse_update(*args, &block); end
672
+ def select!(*args, &block); end
673
+ def select(*args, &block); end
674
+ def self.included(klass); end
675
+ def set_value(name, value); end
676
+ def shift(*args, &block); end
677
+ def size(*args, &block); end
678
+ def slice!(*args, &block); end
679
+ def slice(*args, &block); end
680
+ def slice_after(*args, &block); end
681
+ def slice_before(*args, &block); end
682
+ def slice_when(*args, &block); end
683
+ def sort(*args, &block); end
684
+ def sort_by(*args, &block); end
685
+ def store(*args, &block); end
686
+ def stringify_keys!(*args, &block); end
687
+ def stringify_keys(*args, &block); end
688
+ def sum(*args, &block); end
689
+ def symbolize_keys!(*args, &block); end
690
+ def symbolize_keys(*args, &block); end
691
+ def take(*args, &block); end
692
+ def take_while(*args, &block); end
693
+ def tally(*args, &block); end
694
+ def to_a(*args, &block); end
695
+ def to_h; end
696
+ def to_hash(*args, &block); end
697
+ def to_options!(*args, &block); end
698
+ def to_options(*args, &block); end
699
+ def to_proc(*args, &block); end
700
+ def to_set(*args, &block); end
701
+ def transform_keys!(*args, &block); end
702
+ def transform_keys(*args, &block); end
703
+ def transform_values!(*args, &block); end
704
+ def transform_values(*args, &block); end
705
+ def uniq(*args, &block); end
706
+ def update(*args, &block); end
707
+ def value?(*args, &block); end
708
+ def values(*args, &block); end
709
+ def values_at(*args, &block); end
710
+ def with_defaults!(*args, &block); end
711
+ def with_defaults(*args, &block); end
712
+ def with_indifferent_access(*args, &block); end
713
+ def zip(*args, &block); end
714
+ end
715
+ module RSpec::Core::HashImitatable::ClassMethods
716
+ def attr_accessor(*names); end
717
+ def hash_attribute_names; end
718
+ end
719
+ class RSpec::Core::LegacyExampleGroupHash
720
+ def directly_supports_attribute?(name); end
721
+ def get_value(name); end
722
+ def initialize(metadata); end
723
+ def set_value(name, value); end
724
+ def to_h; end
725
+ extend RSpec::Core::HashImitatable::ClassMethods
726
+ include RSpec::Core::HashImitatable
727
+ end
728
+ module RSpec::Core::MetadataFilter
729
+ def self.apply?(predicate, filters, metadata); end
730
+ def self.filter_applies?(key, filter_value, metadata); end
731
+ def self.filter_applies_to_any_value?(key, value, metadata); end
732
+ def self.filters_apply?(key, value, metadata); end
733
+ def self.id_filter_applies?(rerun_paths_to_scoped_ids, metadata); end
734
+ def self.location_filter_applies?(locations, metadata); end
735
+ def self.proc_filter_applies?(key, proc, metadata); end
736
+ def self.silence_metadata_example_group_deprecations; end
737
+ end
738
+ module RSpec::Core::FilterableItemRepository
739
+ end
740
+ class RSpec::Core::FilterableItemRepository::UpdateOptimized
741
+ def append(item, metadata); end
742
+ def delete(item, metadata); end
743
+ def initialize(applies_predicate); end
744
+ def items_and_filters; end
745
+ def items_for(request_meta); end
746
+ def prepend(item, metadata); end
747
+ end
748
+ class RSpec::Core::FilterableItemRepository::QueryOptimized < RSpec::Core::FilterableItemRepository::UpdateOptimized
749
+ def append(item, metadata); end
750
+ def applicable_metadata_from(metadata); end
751
+ def delete(item, metadata); end
752
+ def find_items_for(request_meta); end
753
+ def handle_mutation(metadata); end
754
+ def initialize(applies_predicate); end
755
+ def items_for(metadata); end
756
+ def prepend(item, metadata); end
757
+ def proc_keys_from(metadata); end
758
+ def reconstruct_caches; end
759
+ end
760
+ module RSpec::Core::Pending
761
+ def pending(message = nil); end
762
+ def self.mark_fixed!(example); end
763
+ def self.mark_pending!(example, message_or_bool); end
764
+ def self.mark_skipped!(example, message_or_bool); end
765
+ def skip(message = nil); end
766
+ end
767
+ class RSpec::Core::Pending::SkipDeclaredInExample < StandardError
768
+ def argument; end
769
+ def initialize(argument); end
770
+ end
771
+ class RSpec::Core::Pending::PendingExampleFixedError < StandardError
772
+ end
773
+ class RSpec::Core::Formatters::Loader
774
+ def add(formatter_to_use, *paths); end
775
+ def built_in_formatter(key); end
776
+ def custom_formatter(formatter_ref); end
777
+ def default_formatter; end
778
+ def default_formatter=(arg0); end
779
+ def duplicate_formatter_exists?(new_formatter); end
780
+ def existing_formatter_implements?(notification); end
781
+ def find_formatter(formatter_to_use); end
782
+ def formatters; end
783
+ def initialize(reporter); end
784
+ def notifications_for(formatter_class); end
785
+ def open_stream(path_or_wrapper); end
786
+ def path_for(const_ref); end
787
+ def prepare_default(output_stream, deprecation_stream); end
788
+ def register(formatter, notifications); end
789
+ def reporter; end
790
+ def self.formatters; end
791
+ def setup_default(output_stream, deprecation_stream); end
792
+ def string_const?(str); end
793
+ def underscore(camel_cased_word); end
794
+ def underscore_with_fix_for_non_standard_rspec_naming(string); end
795
+ end
796
+ module RSpec::Core::Ordering
797
+ end
798
+ class RSpec::Core::Ordering::Identity
799
+ def order(items); end
800
+ end
801
+ class RSpec::Core::Ordering::Random
802
+ def initialize(configuration); end
803
+ def jenkins_hash_digest(string); end
804
+ def order(items); end
805
+ def used?; end
806
+ end
807
+ class RSpec::Core::Ordering::Custom
808
+ def initialize(callable); end
809
+ def order(list); end
810
+ end
811
+ class RSpec::Core::Ordering::Registry
812
+ def fetch(name, &fallback); end
813
+ def initialize(configuration); end
814
+ def register(sym, strategy); end
815
+ def used_random_seed?; end
816
+ end
817
+ class RSpec::Core::Ordering::ConfigurationManager
818
+ def force(hash); end
819
+ def initialize; end
820
+ def order=(type); end
821
+ def ordering_registry; end
822
+ def register_ordering(name, strategy = nil); end
823
+ def seed; end
824
+ def seed=(seed); end
825
+ def seed_used?; end
826
+ end
827
+ class RSpec::Core::World
828
+ def all_example_groups; end
829
+ def all_examples; end
830
+ def announce_exclusion_filter(announcements); end
831
+ def announce_filters; end
832
+ def announce_inclusion_filter(announcements); end
833
+ def descending_declaration_line_numbers_by_file; end
834
+ def everything_filtered_message; end
835
+ def example_count(groups = nil); end
836
+ def example_group_counts_by_spec_file; end
837
+ def example_groups; end
838
+ def exclusion_filter; end
839
+ def fail_if_config_and_cli_options_invalid; end
840
+ def filter_manager; end
841
+ def filtered_examples; end
842
+ def inclusion_filter; end
843
+ def initialize(configuration = nil); end
844
+ def non_example_failure; end
845
+ def non_example_failure=(arg0); end
846
+ def num_example_groups_defined_in(file); end
847
+ def ordered_example_groups; end
848
+ def preceding_declaration_line(absolute_file_name, filter_line); end
849
+ def prepare_example_filtering; end
850
+ def record(example_group); end
851
+ def registered_example_group_files; end
852
+ def report_filter_message(message); end
853
+ def reporter; end
854
+ def reset; end
855
+ def shared_example_group_registry; end
856
+ def source_from_file(path); end
857
+ def syntax_highlighter; end
858
+ def traverse_example_group_trees_until(&block); end
859
+ def wants_to_quit; end
860
+ def wants_to_quit=(arg0); end
861
+ end
862
+ module RSpec::Core::World::Null
863
+ def self.all_example_groups; end
864
+ def self.example_groups; end
865
+ def self.non_example_failure; end
866
+ def self.non_example_failure=(_); end
867
+ def self.registered_example_group_files; end
868
+ def self.traverse_example_group_trees_until; end
869
+ end
870
+ class RSpec::Core::BacktraceFormatter
871
+ def backtrace_line(line); end
872
+ def exclude?(line); end
873
+ def exclusion_patterns; end
874
+ def exclusion_patterns=(arg0); end
875
+ def filter_gem(gem_name); end
876
+ def format_backtrace(backtrace, options = nil); end
877
+ def full_backtrace=(arg0); end
878
+ def full_backtrace?; end
879
+ def inclusion_patterns; end
880
+ def inclusion_patterns=(arg0); end
881
+ def initialize; end
882
+ def matches?(patterns, line); end
883
+ end
884
+ module RSpec::Core::RubyProject
885
+ def add_dir_to_load_path(dir); end
886
+ def add_to_load_path(*dirs); end
887
+ def ascend_until; end
888
+ def determine_root; end
889
+ def find_first_parent_containing(dir); end
890
+ def root; end
891
+ def self.add_dir_to_load_path(dir); end
892
+ def self.add_to_load_path(*dirs); end
893
+ def self.ascend_until; end
894
+ def self.determine_root; end
895
+ def self.find_first_parent_containing(dir); end
896
+ def self.root; end
897
+ end
898
+ class RSpec::Core::Formatters::DeprecationFormatter
899
+ def count; end
900
+ def deprecation(notification); end
901
+ def deprecation_message_for(data); end
902
+ def deprecation_stream; end
903
+ def deprecation_summary(_notification); end
904
+ def initialize(deprecation_stream, summary_stream); end
905
+ def output; end
906
+ def printer; end
907
+ def summary_stream; end
908
+ end
909
+ class RSpec::Core::Formatters::DeprecationFormatter::SpecifiedDeprecationMessage < Struct
910
+ def deprecation_type_for(data); end
911
+ def initialize(data); end
912
+ def output_formatted(str); end
913
+ def self.[](*arg0); end
914
+ def self.inspect; end
915
+ def self.members; end
916
+ def self.new(*arg0); end
917
+ def to_s; end
918
+ def too_many_warnings_message; end
919
+ def type; end
920
+ def type=(_); end
921
+ end
922
+ class RSpec::Core::Formatters::DeprecationFormatter::GeneratedDeprecationMessage < Struct
923
+ def initialize(data); end
924
+ def self.[](*arg0); end
925
+ def self.inspect; end
926
+ def self.members; end
927
+ def self.new(*arg0); end
928
+ def to_s; end
929
+ def too_many_warnings_message; end
930
+ def type; end
931
+ def type=(_); end
932
+ end
933
+ class RSpec::Core::Formatters::DeprecationFormatter::ImmediatePrinter
934
+ def deprecation_formatter; end
935
+ def deprecation_stream; end
936
+ def deprecation_summary; end
937
+ def initialize(deprecation_stream, summary_stream, deprecation_formatter); end
938
+ def print_deprecation_message(data); end
939
+ def summary_stream; end
940
+ end
941
+ class RSpec::Core::Formatters::DeprecationFormatter::DelayedPrinter
942
+ def deprecation_formatter; end
943
+ def deprecation_stream; end
944
+ def deprecation_summary; end
945
+ def initialize(deprecation_stream, summary_stream, deprecation_formatter); end
946
+ def print_deferred_deprecation_warnings; end
947
+ def print_deprecation_message(data); end
948
+ def stash_deprecation_message(deprecation_message); end
949
+ def summary_stream; end
950
+ end
951
+ class RSpec::Core::Formatters::DeprecationFormatter::RaiseErrorStream
952
+ def puts(message); end
953
+ def summarize(summary_stream, deprecation_count); end
954
+ end
955
+ class RSpec::Core::Formatters::DeprecationFormatter::FileStream
956
+ def initialize(file); end
957
+ def puts(*args); end
958
+ def summarize(summary_stream, deprecation_count); end
959
+ end
960
+ class RSpec::Core::DeprecationError < StandardError
961
+ end
962
+ class RSpec::Core::OutputWrapper
963
+ def <<(*args, &block); end
964
+ def advise(*args, &block); end
965
+ def as_json(*args, &block); end
966
+ def autoclose=(*args, &block); end
967
+ def autoclose?(*args, &block); end
968
+ def binmode(*args, &block); end
969
+ def binmode?(*args, &block); end
970
+ def bytes(*args, &block); end
971
+ def chars(*args, &block); end
972
+ def close(*args, &block); end
973
+ def close_on_exec=(*args, &block); end
974
+ def close_on_exec?(*args, &block); end
975
+ def close_read(*args, &block); end
976
+ def close_write(*args, &block); end
977
+ def closed?(*args, &block); end
978
+ def codepoints(*args, &block); end
979
+ def each(*args, &block); end
980
+ def each_byte(*args, &block); end
981
+ def each_char(*args, &block); end
982
+ def each_codepoint(*args, &block); end
983
+ def each_line(*args, &block); end
984
+ def eof(*args, &block); end
985
+ def eof?(*args, &block); end
986
+ def external_encoding(*args, &block); end
987
+ def fcntl(*args, &block); end
988
+ def fdatasync(*args, &block); end
989
+ def fileno(*args, &block); end
990
+ def flush(*args, &block); end
991
+ def fsync(*args, &block); end
992
+ def getbyte(*args, &block); end
993
+ def getc(*args, &block); end
994
+ def gets(*args, &block); end
995
+ def initialize(output); end
996
+ def inspect(*args, &block); end
997
+ def internal_encoding(*args, &block); end
998
+ def ioctl(*args, &block); end
999
+ def isatty(*args, &block); end
1000
+ def lineno(*args, &block); end
1001
+ def lineno=(*args, &block); end
1002
+ def lines(*args, &block); end
1003
+ def method_missing(name, *args, &block); end
1004
+ def nread(*args, &block); end
1005
+ def output; end
1006
+ def output=(arg0); end
1007
+ def pathconf(*args, &block); end
1008
+ def pid(*args, &block); end
1009
+ def pos(*args, &block); end
1010
+ def pos=(*args, &block); end
1011
+ def pread(*args, &block); end
1012
+ def print(*args, &block); end
1013
+ def printf(*args, &block); end
1014
+ def putc(*args, &block); end
1015
+ def puts(*args, &block); end
1016
+ def pwrite(*args, &block); end
1017
+ def read(*args, &block); end
1018
+ def read_nonblock(*args, &block); end
1019
+ def readbyte(*args, &block); end
1020
+ def readchar(*args, &block); end
1021
+ def readline(*args, &block); end
1022
+ def readlines(*args, &block); end
1023
+ def readpartial(*args, &block); end
1024
+ def ready?(*args, &block); end
1025
+ def reopen(*args, &block); end
1026
+ def respond_to?(name, priv = nil); end
1027
+ def rewind(*args, &block); end
1028
+ def seek(*args, &block); end
1029
+ def set_encoding(*args, &block); end
1030
+ def set_encoding_by_bom(*args, &block); end
1031
+ def stat(*args, &block); end
1032
+ def sync(*args, &block); end
1033
+ def sync=(*args, &block); end
1034
+ def sysread(*args, &block); end
1035
+ def sysseek(*args, &block); end
1036
+ def syswrite(*args, &block); end
1037
+ def tell(*args, &block); end
1038
+ def to_i(*args, &block); end
1039
+ def to_io(*args, &block); end
1040
+ def tty?(*args, &block); end
1041
+ def ungetbyte(*args, &block); end
1042
+ def ungetc(*args, &block); end
1043
+ def wait(*args, &block); end
1044
+ def wait_readable(*args, &block); end
1045
+ def wait_writable(*args, &block); end
1046
+ def write(*args, &block); end
1047
+ def write_nonblock(*args, &block); end
1048
+ end
1049
+ class RSpec::Core::Configuration
1050
+ def absolute_pattern?(pattern); end
1051
+ def add_formatter(formatter, output = nil); end
1052
+ def add_hook_to_existing_matching_groups(meta, scope, &block); end
1053
+ def add_setting(name, opts = nil); end
1054
+ def after(scope = nil, *meta, &block); end
1055
+ def alias_example_group_to(new_name, *args); end
1056
+ def alias_example_to(name, *args); end
1057
+ def alias_it_behaves_like_to(new_name, report_label = nil); end
1058
+ def alias_it_should_behave_like_to(new_name, report_label = nil); end
1059
+ def append_after(scope = nil, *meta, &block); end
1060
+ def append_before(scope = nil, *meta, &block); end
1061
+ def apply_derived_metadata_to(metadata); end
1062
+ def around(scope = nil, *meta, &block); end
1063
+ def assert_no_example_groups_defined(config_option); end
1064
+ def backtrace_exclusion_patterns; end
1065
+ def backtrace_exclusion_patterns=(patterns); end
1066
+ def backtrace_formatter; end
1067
+ def backtrace_inclusion_patterns; end
1068
+ def backtrace_inclusion_patterns=(patterns); end
1069
+ def before(scope = nil, *meta, &block); end
1070
+ def bisect_runner; end
1071
+ def bisect_runner=(value); end
1072
+ def bisect_runner_class; end
1073
+ def clear_values_derived_from_example_status_persistence_file_path; end
1074
+ def color; end
1075
+ def color=(arg0); end
1076
+ def color_enabled?(output = nil); end
1077
+ def color_mode; end
1078
+ def color_mode=(arg0); end
1079
+ def command; end
1080
+ def conditionally_disable_expectations_monkey_patching; end
1081
+ def conditionally_disable_mocks_monkey_patching; end
1082
+ def configure_example(example, example_hooks); end
1083
+ def configure_expectation_framework; end
1084
+ def configure_group(group); end
1085
+ def configure_group_with(group, module_list, application_method); end
1086
+ def configure_mock_framework; end
1087
+ def default_color; end
1088
+ def default_color=(arg0); end
1089
+ def default_color?; end
1090
+ def default_formatter; end
1091
+ def default_formatter=(value); end
1092
+ def default_path; end
1093
+ def default_path=(path); end
1094
+ def default_path?; end
1095
+ def define_built_in_hooks; end
1096
+ def define_derived_metadata(*filters, &block); end
1097
+ def define_mixed_in_module(mod, filters, mod_list, config_method, &block); end
1098
+ def deprecation_stream; end
1099
+ def deprecation_stream=(value); end
1100
+ def detail_color; end
1101
+ def detail_color=(arg0); end
1102
+ def detail_color?; end
1103
+ def disable_monkey_patching!; end
1104
+ def disable_monkey_patching; end
1105
+ def disable_monkey_patching=(arg0); end
1106
+ def drb; end
1107
+ def drb=(arg0); end
1108
+ def drb?; end
1109
+ def drb_port; end
1110
+ def drb_port=(arg0); end
1111
+ def drb_port?; end
1112
+ def dry_run; end
1113
+ def dry_run=(arg0); end
1114
+ def dry_run?; end
1115
+ def error_exit_code; end
1116
+ def error_exit_code=(arg0); end
1117
+ def error_exit_code?; end
1118
+ def error_stream; end
1119
+ def error_stream=(arg0); end
1120
+ def error_stream?; end
1121
+ def example_status_persistence_file_path; end
1122
+ def example_status_persistence_file_path=(value); end
1123
+ def exclude_pattern; end
1124
+ def exclude_pattern=(value); end
1125
+ def exclusion_filter; end
1126
+ def exclusion_filter=(filter); end
1127
+ def expect_with(*frameworks); end
1128
+ def expectation_framework=(framework); end
1129
+ def expectation_frameworks; end
1130
+ def expose_current_running_example_as(method_name); end
1131
+ def expose_dsl_globally=(value); end
1132
+ def expose_dsl_globally?; end
1133
+ def extend(mod, *filters); end
1134
+ def extract_location(path); end
1135
+ def fail_fast; end
1136
+ def fail_fast=(value); end
1137
+ def fail_if_no_examples; end
1138
+ def fail_if_no_examples=(arg0); end
1139
+ def fail_if_no_examples?; end
1140
+ def failure_color; end
1141
+ def failure_color=(arg0); end
1142
+ def failure_color?; end
1143
+ def failure_exit_code; end
1144
+ def failure_exit_code=(arg0); end
1145
+ def failure_exit_code?; end
1146
+ def file_glob_from(path, pattern); end
1147
+ def files_or_directories_to_run=(*files); end
1148
+ def files_to_run; end
1149
+ def files_to_run=(arg0); end
1150
+ def filter; end
1151
+ def filter=(filter); end
1152
+ def filter_gems_from_backtrace(*gem_names); end
1153
+ def filter_manager; end
1154
+ def filter_manager=(arg0); end
1155
+ def filter_run(*args); end
1156
+ def filter_run_excluding(*args); end
1157
+ def filter_run_including(*args); end
1158
+ def filter_run_when_matching(*args); end
1159
+ def fixed_color; end
1160
+ def fixed_color=(arg0); end
1161
+ def fixed_color?; end
1162
+ def force(hash); end
1163
+ def format_docstrings(&block); end
1164
+ def format_docstrings_block; end
1165
+ def formatter=(formatter, output = nil); end
1166
+ def formatter_loader; end
1167
+ def formatters; end
1168
+ def full_backtrace=(true_or_false); end
1169
+ def full_backtrace?; end
1170
+ def full_description; end
1171
+ def full_description=(description); end
1172
+ def gather_directories(path); end
1173
+ def get_files_to_run(paths); end
1174
+ def get_matching_files(path, pattern); end
1175
+ def handle_suite_hook(scope, meta); end
1176
+ def hooks; end
1177
+ def in_project_source_dir_regex; end
1178
+ def include(mod, *filters); end
1179
+ def include_context(shared_group_name, *filters); end
1180
+ def inclusion_filter; end
1181
+ def inclusion_filter=(filter); end
1182
+ def initialize; end
1183
+ def last_run_statuses; end
1184
+ def libs; end
1185
+ def libs=(libs); end
1186
+ def load_file_handling_errors(method, file); end
1187
+ def load_spec_files; end
1188
+ def loaded_spec_files; end
1189
+ def max_displayed_failure_line_count; end
1190
+ def max_displayed_failure_line_count=(arg0); end
1191
+ def max_displayed_failure_line_count?; end
1192
+ def metadata_applies_to_group?(meta, group); end
1193
+ def mock_framework; end
1194
+ def mock_framework=(framework); end
1195
+ def mock_with(framework); end
1196
+ def on_example_group_definition(&block); end
1197
+ def on_example_group_definition_callbacks; end
1198
+ def on_existing_matching_groups(meta); end
1199
+ def only_failures; end
1200
+ def only_failures?; end
1201
+ def only_failures_but_not_configured?; end
1202
+ def order=(*args, &block); end
1203
+ def ordering_manager; end
1204
+ def ordering_registry(*args, &block); end
1205
+ def output_stream; end
1206
+ def output_stream=(value); end
1207
+ def output_to_tty?(output = nil); end
1208
+ def output_wrapper; end
1209
+ def paths_to_check(paths); end
1210
+ def pattern; end
1211
+ def pattern=(value); end
1212
+ def pattern_might_load_specs_from_vendored_dirs?; end
1213
+ def pending_color; end
1214
+ def pending_color=(arg0); end
1215
+ def pending_color?; end
1216
+ def prepend(mod, *filters); end
1217
+ def prepend_after(scope = nil, *meta, &block); end
1218
+ def prepend_before(scope = nil, *meta, &block); end
1219
+ def profile_examples; end
1220
+ def profile_examples=(arg0); end
1221
+ def profile_examples?; end
1222
+ def project_source_dirs; end
1223
+ def project_source_dirs=(arg0); end
1224
+ def project_source_dirs?; end
1225
+ def raise_errors_for_deprecations!; end
1226
+ def raise_on_warning=(value); end
1227
+ def register_ordering(*args, &block); end
1228
+ def reporter; end
1229
+ def requires; end
1230
+ def requires=(paths); end
1231
+ def reset; end
1232
+ def reset_filters; end
1233
+ def reset_reporter; end
1234
+ def rspec_expectations_loaded?; end
1235
+ def rspec_mocks_loaded?; end
1236
+ def run_all_when_everything_filtered; end
1237
+ def run_all_when_everything_filtered=(arg0); end
1238
+ def run_all_when_everything_filtered?; end
1239
+ def run_suite_hooks(hook_description, hooks); end
1240
+ def safe_extend(mod, host); end
1241
+ def safe_include(mod, host); end
1242
+ def safe_prepend(mod, host); end
1243
+ def seed(*args, &block); end
1244
+ def seed=(*args, &block); end
1245
+ def seed_used?(*args, &block); end
1246
+ def self.add_read_only_setting(name, opts = nil); end
1247
+ def self.add_setting(name, opts = nil); end
1248
+ def self.define_alias(name, alias_name); end
1249
+ def self.define_predicate(name); end
1250
+ def self.define_reader(name); end
1251
+ def self.delegate_to_ordering_manager(*methods); end
1252
+ def shared_context_metadata_behavior; end
1253
+ def shared_context_metadata_behavior=(value); end
1254
+ def silence_filter_announcements; end
1255
+ def silence_filter_announcements=(arg0); end
1256
+ def silence_filter_announcements?; end
1257
+ def spec_files_with_failures; end
1258
+ def start_time; end
1259
+ def start_time=(arg0); end
1260
+ def start_time?; end
1261
+ def static_config_filter_manager; end
1262
+ def static_config_filter_manager=(arg0); end
1263
+ def success_color; end
1264
+ def success_color=(arg0); end
1265
+ def success_color?; end
1266
+ def threadsafe; end
1267
+ def threadsafe=(arg0); end
1268
+ def threadsafe?; end
1269
+ def treat_symbols_as_metadata_keys_with_true_values=(_value); end
1270
+ def tty; end
1271
+ def tty=(arg0); end
1272
+ def tty?; end
1273
+ def update_pattern_attr(name, value); end
1274
+ def value_for(key); end
1275
+ def warnings=(value); end
1276
+ def warnings?; end
1277
+ def when_first_matching_example_defined(*filters); end
1278
+ def with_suite_hooks; end
1279
+ def world; end
1280
+ def world=(arg0); end
1281
+ include RSpec::Core::Configuration::Readers
1282
+ include RSpec::Core::Hooks
1283
+ end
1284
+ module RSpec::Core::Configuration::Readers
1285
+ def default_color; end
1286
+ def default_path; end
1287
+ def deprecation_stream; end
1288
+ def detail_color; end
1289
+ def drb; end
1290
+ def drb_port; end
1291
+ def dry_run; end
1292
+ def error_exit_code; end
1293
+ def error_stream; end
1294
+ def example_status_persistence_file_path; end
1295
+ def exclude_pattern; end
1296
+ def fail_fast; end
1297
+ def fail_if_no_examples; end
1298
+ def failure_color; end
1299
+ def failure_exit_code; end
1300
+ def fixed_color; end
1301
+ def libs; end
1302
+ def max_displayed_failure_line_count; end
1303
+ def only_failures; end
1304
+ def output_stream; end
1305
+ def pattern; end
1306
+ def pending_color; end
1307
+ def project_source_dirs; end
1308
+ def requires; end
1309
+ def run_all_when_everything_filtered; end
1310
+ def shared_context_metadata_behavior; end
1311
+ def silence_filter_announcements; end
1312
+ def start_time; end
1313
+ def success_color; end
1314
+ def threadsafe; end
1315
+ def tty; end
1316
+ end
1317
+ class RSpec::Core::Configuration::MustBeConfiguredBeforeExampleGroupsError < StandardError
1318
+ end
1319
+ class RSpec::Core::Configuration::DeprecationReporterBuffer
1320
+ def deprecation(*args); end
1321
+ def initialize; end
1322
+ def play_onto(reporter); end
1323
+ end
1324
+ module RSpec::Core::Configuration::ExposeCurrentExample
1325
+ end
1326
+ class RSpec::Core::Parser
1327
+ def add_tag_filter(options, filter_type, tag_name, value = nil); end
1328
+ def configure_only_failures(options); end
1329
+ def initialize(original_args); end
1330
+ def original_args; end
1331
+ def parse(source = nil); end
1332
+ def parser(options); end
1333
+ def self.parse(args, source = nil); end
1334
+ def set_fail_fast(options, value); end
1335
+ end
1336
+ class RSpec::Core::ConfigurationOptions
1337
+ def args; end
1338
+ def args_from_options_file(path); end
1339
+ def command_line_options; end
1340
+ def configure(config); end
1341
+ def configure_filter_manager(filter_manager); end
1342
+ def custom_options; end
1343
+ def custom_options_file; end
1344
+ def env_options; end
1345
+ def file_options; end
1346
+ def force?(key); end
1347
+ def global_options; end
1348
+ def global_options_file; end
1349
+ def home_options_file_path; end
1350
+ def initialize(args); end
1351
+ def load_formatters_into(config); end
1352
+ def local_options; end
1353
+ def local_options_file; end
1354
+ def options; end
1355
+ def options_file_as_erb_string(path); end
1356
+ def options_from(path); end
1357
+ def order(keys); end
1358
+ def organize_options; end
1359
+ def parse_args_ignoring_files_or_dirs_to_run(args, source); end
1360
+ def process_options_into(config); end
1361
+ def project_options; end
1362
+ def project_options_file; end
1363
+ def resolve_xdg_config_home; end
1364
+ def xdg_options_file_if_exists; end
1365
+ def xdg_options_file_path; end
1366
+ end
1367
+ class RSpec::Core::Runner
1368
+ def configuration; end
1369
+ def configure(err, out); end
1370
+ def exit_code(examples_passed = nil); end
1371
+ def initialize(options, configuration = nil, world = nil); end
1372
+ def options; end
1373
+ def persist_example_statuses; end
1374
+ def run(err, out); end
1375
+ def run_specs(example_groups); end
1376
+ def self.autorun; end
1377
+ def self.autorun_disabled?; end
1378
+ def self.disable_autorun!; end
1379
+ def self.handle_interrupt; end
1380
+ def self.installed_at_exit?; end
1381
+ def self.invoke; end
1382
+ def self.perform_at_exit; end
1383
+ def self.run(args, err = nil, out = nil); end
1384
+ def self.running_in_drb?; end
1385
+ def self.trap_interrupt; end
1386
+ def setup(err, out); end
1387
+ def world; end
1388
+ end
1389
+ module RSpec::Core::Invocations
1390
+ end
1391
+ class RSpec::Core::Invocations::InitializeProject
1392
+ def call(*_args); end
1393
+ end
1394
+ class RSpec::Core::Invocations::DRbWithFallback
1395
+ def call(options, err, out); end
1396
+ end
1397
+ class RSpec::Core::Invocations::Bisect
1398
+ def bisect_formatter_klass_for(argument); end
1399
+ def call(options, err, out); end
1400
+ end
1401
+ class RSpec::Core::Invocations::PrintVersion
1402
+ def call(_options, _err, out); end
1403
+ end
1404
+ class RSpec::Core::Invocations::PrintHelp < Struct
1405
+ def call(_options, _err, out); end
1406
+ def hidden_options; end
1407
+ def hidden_options=(_); end
1408
+ def parser; end
1409
+ def parser=(_); end
1410
+ def self.[](*arg0); end
1411
+ def self.inspect; end
1412
+ def self.members; end
1413
+ def self.new(*arg0); end
1414
+ end
1415
+ class RSpec::Core::Example
1416
+ def assign_generated_description; end
1417
+ def clock; end
1418
+ def clock=(arg0); end
1419
+ def description; end
1420
+ def display_exception; end
1421
+ def display_exception=(ex); end
1422
+ def duplicate_with(metadata_overrides = nil); end
1423
+ def example_group; end
1424
+ def example_group_instance; end
1425
+ def exception; end
1426
+ def execution_result; end
1427
+ def fail_with_exception(reporter, exception); end
1428
+ def file_path; end
1429
+ def finish(reporter); end
1430
+ def full_description; end
1431
+ def generate_description; end
1432
+ def hooks; end
1433
+ def id; end
1434
+ def initialize(example_group_class, description, user_metadata, example_block = nil); end
1435
+ def inspect; end
1436
+ def inspect_output; end
1437
+ def instance_exec(*args, &block); end
1438
+ def location; end
1439
+ def location_description; end
1440
+ def location_rerun_argument; end
1441
+ def metadata; end
1442
+ def mocks_need_verification?; end
1443
+ def pending; end
1444
+ def pending?; end
1445
+ def record_finished(status, reporter); end
1446
+ def reporter; end
1447
+ def rerun_argument; end
1448
+ def run(example_group_instance, reporter); end
1449
+ def run_after_example; end
1450
+ def run_before_example; end
1451
+ def self.delegate_to_metadata(key); end
1452
+ def self.parse_id(id); end
1453
+ def set_aggregate_failures_exception(exception); end
1454
+ def set_exception(exception); end
1455
+ def skip; end
1456
+ def skip_with_exception(reporter, exception); end
1457
+ def skipped?; end
1458
+ def start(reporter); end
1459
+ def to_s; end
1460
+ def update_inherited_metadata(updates); end
1461
+ def verify_mocks; end
1462
+ def with_around_and_singleton_context_hooks; end
1463
+ def with_around_example_hooks; end
1464
+ end
1465
+ class RSpec::Core::Example::Procsy
1466
+ def <<(*a, &b); end
1467
+ def ===(*a, &b); end
1468
+ def >>(*a, &b); end
1469
+ def [](*a, &b); end
1470
+ def arity(*a, &b); end
1471
+ def binding(*a, &b); end
1472
+ def call(*args, &block); end
1473
+ def clock(*a, &b); end
1474
+ def clock=(*a, &b); end
1475
+ def clone(*a, &b); end
1476
+ def curry(*a, &b); end
1477
+ def description(*a, &b); end
1478
+ def dup(*a, &b); end
1479
+ def duplicate_with(*a, &b); end
1480
+ def example; end
1481
+ def example_group(*a, &b); end
1482
+ def example_group_instance(*a, &b); end
1483
+ def exception(*a, &b); end
1484
+ def executed?; end
1485
+ def execution_result(*a, &b); end
1486
+ def file_path(*a, &b); end
1487
+ def full_description(*a, &b); end
1488
+ def hash(*a, &b); end
1489
+ def id(*a, &b); end
1490
+ def initialize(example, &block); end
1491
+ def inspect; end
1492
+ def inspect_output(*a, &b); end
1493
+ def lambda?(*a, &b); end
1494
+ def location(*a, &b); end
1495
+ def location_rerun_argument(*a, &b); end
1496
+ def metadata(*a, &b); end
1497
+ def parameters(*a, &b); end
1498
+ def pending(*a, &b); end
1499
+ def pending?(*a, &b); end
1500
+ def reporter(*a, &b); end
1501
+ def rerun_argument(*a, &b); end
1502
+ def ruby2_keywords(*a, &b); end
1503
+ def run(*args, &block); end
1504
+ def skip(*a, &b); end
1505
+ def skipped?(*a, &b); end
1506
+ def source_location(*a, &b); end
1507
+ def to_proc; end
1508
+ def update_inherited_metadata(*a, &b); end
1509
+ def wrap(&block); end
1510
+ def yield(*a, &b); end
1511
+ end
1512
+ class RSpec::Core::Example::ExecutionResult
1513
+ def calculate_run_time(finished_at); end
1514
+ def ensure_timing_set(clock); end
1515
+ def example_skipped?; end
1516
+ def exception; end
1517
+ def exception=(arg0); end
1518
+ def finished_at; end
1519
+ def finished_at=(arg0); end
1520
+ def get_value(name); end
1521
+ def hash_for_delegation; end
1522
+ def issue_deprecation(_method_name, *_args); end
1523
+ def pending_exception; end
1524
+ def pending_exception=(arg0); end
1525
+ def pending_fixed; end
1526
+ def pending_fixed=(arg0); end
1527
+ def pending_fixed?; end
1528
+ def pending_message; end
1529
+ def pending_message=(arg0); end
1530
+ def record_finished(status, finished_at); end
1531
+ def run_time; end
1532
+ def run_time=(arg0); end
1533
+ def set_value(name, value); end
1534
+ def started_at; end
1535
+ def started_at=(arg0); end
1536
+ def status; end
1537
+ def status=(arg0); end
1538
+ extend RSpec::Core::HashImitatable::ClassMethods
1539
+ include RSpec::Core::HashImitatable
1540
+ end
1541
+ class RSpec::Core::SuiteHookContext < RSpec::Core::Example
1542
+ def initialize(hook_description, reporter); end
1543
+ def set_exception(exception); end
1544
+ end
1545
+ class RSpec::Core::SharedExampleGroupModule < Module
1546
+ def definition; end
1547
+ def include_in(klass, inclusion_line, args, customization_block); end
1548
+ def included(klass); end
1549
+ def initialize(description, definition, metadata); end
1550
+ def inspect; end
1551
+ def to_s; end
1552
+ end
1553
+ module RSpec::Core::SharedExampleGroup
1554
+ def shared_context(name, *args, &block); end
1555
+ def shared_examples(name, *args, &block); end
1556
+ def shared_examples_for(name, *args, &block); end
1557
+ end
1558
+ module RSpec::Core::SharedExampleGroup::TopLevelDSL
1559
+ def self.definitions; end
1560
+ def self.expose_globally!; end
1561
+ def self.exposed_globally?; end
1562
+ def self.remove_globally!; end
1563
+ end
1564
+ class RSpec::Core::SharedExampleGroup::Registry
1565
+ def add(context, name, *metadata_args, &block); end
1566
+ def ensure_block_has_source_location(_block); end
1567
+ def find(lookup_contexts, name); end
1568
+ def formatted_location(block); end
1569
+ def legacy_add(context, name, *metadata_args, &block); end
1570
+ def shared_example_groups; end
1571
+ def valid_name?(candidate); end
1572
+ def warn_if_key_taken(context, key, new_block); end
1573
+ end
1574
+ class RSpec::Core::ExampleGroup
1575
+ def described_class; end
1576
+ def initialize(inspect_output = nil); end
1577
+ def inspect; end
1578
+ def method_missing(name, *args); end
1579
+ def self.add_example(example); end
1580
+ def self.before_context_ivars; end
1581
+ def self.children; end
1582
+ def self.context(*args, &example_group_block); end
1583
+ def self.currently_executing_a_context_hook?; end
1584
+ def self.declaration_locations; end
1585
+ def self.define_example_group_method(name, metadata = nil); end
1586
+ def self.define_example_method(name, extra_options = nil); end
1587
+ def self.define_nested_shared_group_method(new_name, report_label = nil); end
1588
+ def self.delegate_to_metadata(*names); end
1589
+ def self.descendant_filtered_examples; end
1590
+ def self.descendants; end
1591
+ def self.describe(*args, &example_group_block); end
1592
+ def self.described_class; end
1593
+ def self.description; end
1594
+ def self.each_instance_variable_for_example(group); end
1595
+ def self.ensure_example_groups_are_configured; end
1596
+ def self.example(*all_args, &block); end
1597
+ def self.example_group(*args, &example_group_block); end
1598
+ def self.examples; end
1599
+ def self.fcontext(*args, &example_group_block); end
1600
+ def self.fdescribe(*args, &example_group_block); end
1601
+ def self.fexample(*all_args, &block); end
1602
+ def self.file_path; end
1603
+ def self.filtered_examples; end
1604
+ def self.find_and_eval_shared(label, name, inclusion_location, *args, &customization_block); end
1605
+ def self.fit(*all_args, &block); end
1606
+ def self.focus(*all_args, &block); end
1607
+ def self.for_filtered_examples(reporter, &block); end
1608
+ def self.fspecify(*all_args, &block); end
1609
+ def self.id; end
1610
+ def self.idempotently_define_singleton_method(name, &definition); end
1611
+ def self.include_context(name, *args, &block); end
1612
+ def self.include_examples(name, *args, &block); end
1613
+ def self.it(*all_args, &block); end
1614
+ def self.it_behaves_like(name, *args, &customization_block); end
1615
+ def self.it_should_behave_like(name, *args, &customization_block); end
1616
+ def self.location; end
1617
+ def self.metadata; end
1618
+ def self.method_missing(name, *args); end
1619
+ def self.next_runnable_index_for(file); end
1620
+ def self.ordering_strategy; end
1621
+ def self.parent_groups; end
1622
+ def self.pending(*all_args, &block); end
1623
+ def self.remove_example(example); end
1624
+ def self.reset_memoized; end
1625
+ def self.run(reporter = nil); end
1626
+ def self.run_after_context_hooks(example_group_instance); end
1627
+ def self.run_before_context_hooks(example_group_instance); end
1628
+ def self.run_examples(reporter); end
1629
+ def self.set_it_up(description, args, registration_collection, &example_group_block); end
1630
+ def self.set_ivars(instance, ivars); end
1631
+ def self.skip(*all_args, &block); end
1632
+ def self.specify(*all_args, &block); end
1633
+ def self.store_before_context_ivars(example_group_instance); end
1634
+ def self.subclass(parent, description, args, registration_collection, &example_group_block); end
1635
+ def self.superclass_before_context_ivars; end
1636
+ def self.superclass_metadata; end
1637
+ def self.top_level?; end
1638
+ def self.top_level_description; end
1639
+ def self.traverse_tree_until(&block); end
1640
+ def self.update_inherited_metadata(updates); end
1641
+ def self.with_replaced_metadata(meta); end
1642
+ def self.xcontext(*args, &example_group_block); end
1643
+ def self.xdescribe(*args, &example_group_block); end
1644
+ def self.xexample(*all_args, &block); end
1645
+ def self.xit(*all_args, &block); end
1646
+ def self.xspecify(*all_args, &block); end
1647
+ extend RSpec::Core::Hooks
1648
+ extend RSpec::Core::MemoizedHelpers::ClassMethods
1649
+ extend RSpec::Core::SharedExampleGroup
1650
+ include RSpec::Core::MemoizedHelpers
1651
+ include RSpec::Core::Pending
1652
+ end
1653
+ class RSpec::Core::ExampleGroup::WrongScopeError < NoMethodError
1654
+ end
1655
+ class RSpec::Core::AnonymousExampleGroup < RSpec::Core::ExampleGroup
1656
+ def self.metadata; end
1657
+ end
1658
+ class RSpec::Core::SharedExampleGroupInclusionStackFrame
1659
+ def description; end
1660
+ def formatted_inclusion_location; end
1661
+ def inclusion_location; end
1662
+ def initialize(shared_group_name, inclusion_location); end
1663
+ def self.current_backtrace; end
1664
+ def self.shared_example_group_inclusions; end
1665
+ def self.with_frame(name, location); end
1666
+ def shared_group_name; end
1667
+ end
1668
+ module RSpec::ExampleGroups
1669
+ def self.assign_const(group); end
1670
+ def self.base_name_for(group); end
1671
+ def self.constant_scope_for(group); end
1672
+ def self.disambiguate(name, const_scope); end
1673
+ def self.remove_all_constants; end
1674
+ extend RSpec::Support::RecursiveConstMethods
1675
+ end
1676
+ module RSpec::Support
1677
+ def self.require_rspec_core(f); end
1678
+ end
1679
+ class RSpec::Core::Time
1680
+ def self.now(*arg0); end
1681
+ end
1682
+ class Module
1683
+ def context(*a, &b); end
1684
+ def describe(*a, &b); end
1685
+ def example_group(*a, &b); end
1686
+ def fcontext(*a, &b); end
1687
+ def fdescribe(*a, &b); end
1688
+ def shared_context(name, *args, &block); end
1689
+ def shared_examples(name, *args, &block); end
1690
+ def shared_examples_for(name, *args, &block); end
1691
+ def xcontext(*a, &b); end
1692
+ def xdescribe(*a, &b); end
1693
+ end
1694
+ module RSpec::Core::SharedContext
1695
+ def __shared_context_recordings; end
1696
+ def after(*args, &block); end
1697
+ def append_after(*args, &block); end
1698
+ def append_before(*args, &block); end
1699
+ def around(*args, &block); end
1700
+ def before(*args, &block); end
1701
+ def context(*args, &block); end
1702
+ def describe(*args, &block); end
1703
+ def hooks(*args, &block); end
1704
+ def included(group); end
1705
+ def let!(*args, &block); end
1706
+ def let(*args, &block); end
1707
+ def prepend_after(*args, &block); end
1708
+ def prepend_before(*args, &block); end
1709
+ def self.record(methods); end
1710
+ def subject!(*args, &block); end
1711
+ def subject(*args, &block); end
1712
+ end
1713
+ class RSpec::Core::SharedContext::Recording < Struct
1714
+ def args; end
1715
+ def args=(_); end
1716
+ def block; end
1717
+ def block=(_); end
1718
+ def method_name; end
1719
+ def method_name=(_); end
1720
+ def playback_onto(group); end
1721
+ def self.[](*arg0); end
1722
+ def self.inspect; end
1723
+ def self.members; end
1724
+ def self.new(*arg0); end
1725
+ end
1726
+ class RSpec::Core::ExampleStatusPersister
1727
+ def dump_statuses(unparsed_previous_runs); end
1728
+ def initialize(examples, file_name); end
1729
+ def persist; end
1730
+ def self.load_from(file_name); end
1731
+ def self.persist(examples, file_name); end
1732
+ def statuses_from_this_run; end
1733
+ end
1734
+ class RSpec::Core::ExampleStatusMerger
1735
+ def delete_previous_examples_that_no_longer_exist; end
1736
+ def example_must_no_longer_exist?(ex_id); end
1737
+ def hash_from(example_list); end
1738
+ def initialize(this_run, from_previous_runs); end
1739
+ def loaded_spec_files; end
1740
+ def merge; end
1741
+ def self.merge(this_run, from_previous_runs); end
1742
+ def sort_value_from(example); end
1743
+ def spec_file_from(ex_id); end
1744
+ end
1745
+ class RSpec::Core::ExampleStatusDumper
1746
+ def column_widths; end
1747
+ def dump; end
1748
+ def formatted_header_rows; end
1749
+ def formatted_row_from(row_values); end
1750
+ def formatted_value_rows; end
1751
+ def headers; end
1752
+ def initialize(examples); end
1753
+ def rows; end
1754
+ def self.dump(examples); end
1755
+ end
1756
+ class RSpec::Core::ExampleStatusParser
1757
+ def headers; end
1758
+ def initialize(string); end
1759
+ def parse; end
1760
+ def parse_row(line); end
1761
+ def self.parse(string); end
1762
+ def split_line(line); end
1763
+ end
1764
+ class RSpec::Core::Profiler
1765
+ def example_group_finished(notification); end
1766
+ def example_group_started(notification); end
1767
+ def example_groups; end
1768
+ def example_started(notification); end
1769
+ def initialize; end
1770
+ end
1771
+ class RSpec::Core::DidYouMean
1772
+ def call; end
1773
+ def formats(probables); end
1774
+ def initialize(relative_file_name); end
1775
+ def red_font(mytext); end
1776
+ def relative_file_name; end
1777
+ def top_and_tail(rspec_format); end
1778
+ end
1779
+ class RSpec::Core::Formatters::BaseFormatter
1780
+ def close(_notification); end
1781
+ def example_group; end
1782
+ def example_group=(arg0); end
1783
+ def example_group_started(notification); end
1784
+ def initialize(output); end
1785
+ def output; end
1786
+ def output_supports_sync; end
1787
+ def restore_sync_output; end
1788
+ def start(notification); end
1789
+ def start_sync_output; end
1790
+ end
1791
+ class RSpec::Core::Formatters::BaseTextFormatter < RSpec::Core::Formatters::BaseFormatter
1792
+ def close(_notification); end
1793
+ def dump_failures(notification); end
1794
+ def dump_pending(notification); end
1795
+ def dump_summary(summary); end
1796
+ def message(notification); end
1797
+ def seed(notification); end
1798
+ end
1799
+ class RSpec::Core::Formatters::DocumentationFormatter < RSpec::Core::Formatters::BaseTextFormatter
1800
+ def current_indentation(offset = nil); end
1801
+ def example_failed(failure); end
1802
+ def example_group_finished(_notification); end
1803
+ def example_group_started(notification); end
1804
+ def example_passed(passed); end
1805
+ def example_pending(pending); end
1806
+ def example_started(_notification); end
1807
+ def failure_output(example); end
1808
+ def flush_messages; end
1809
+ def initialize(output); end
1810
+ def message(notification); end
1811
+ def next_failure_index; end
1812
+ def passed_output(example); end
1813
+ def pending_output(example, message); end
1814
+ end
1815
+ class RSpec::Core::Formatters::HtmlPrinter
1816
+ def flush; end
1817
+ def indentation_style(number_of_parents); end
1818
+ def initialize(output); end
1819
+ def make_example_group_header_red(group_id); end
1820
+ def make_example_group_header_yellow(group_id); end
1821
+ def make_header_red; end
1822
+ def make_header_yellow; end
1823
+ def move_progress(percent_done); end
1824
+ def print_example_failed(pending_fixed, description, run_time, failure_id, exception, extra_content); end
1825
+ def print_example_group_end; end
1826
+ def print_example_group_start(group_id, description, number_of_parents); end
1827
+ def print_example_passed(description, run_time); end
1828
+ def print_example_pending(description, pending_message); end
1829
+ def print_html_start; end
1830
+ def print_summary(duration, example_count, failure_count, pending_count); end
1831
+ include ERB::Util
1832
+ end
1833
+ class RSpec::Core::Formatters::HtmlFormatter < RSpec::Core::Formatters::BaseFormatter
1834
+ def dump_summary(summary); end
1835
+ def example_failed(failure); end
1836
+ def example_group_number; end
1837
+ def example_group_started(notification); end
1838
+ def example_number; end
1839
+ def example_passed(passed); end
1840
+ def example_pending(pending); end
1841
+ def example_started(_notification); end
1842
+ def extra_failure_content(failure); end
1843
+ def initialize(output); end
1844
+ def percent_done; end
1845
+ def start(notification); end
1846
+ def start_dump(_notification); end
1847
+ end
1848
+ class RSpec::Core::Formatters::FallbackMessageFormatter
1849
+ def initialize(output); end
1850
+ def message(notification); end
1851
+ def output; end
1852
+ end
1853
+ class RSpec::Core::Formatters::ProgressFormatter < RSpec::Core::Formatters::BaseTextFormatter
1854
+ def example_failed(_notification); end
1855
+ def example_passed(_notification); end
1856
+ def example_pending(_notification); end
1857
+ def start_dump(_notification); end
1858
+ end
1859
+ class RSpec::Core::Formatters::ProfileFormatter
1860
+ def bold(text); end
1861
+ def dump_profile(profile); end
1862
+ def dump_profile_slowest_example_groups(profile); end
1863
+ def dump_profile_slowest_examples(profile); end
1864
+ def format_caller(caller_info); end
1865
+ def initialize(output); end
1866
+ def output; end
1867
+ end
1868
+ class RSpec::Core::Formatters::JsonFormatter < RSpec::Core::Formatters::BaseFormatter
1869
+ def close(_notification); end
1870
+ def dump_profile(profile); end
1871
+ def dump_profile_slowest_example_groups(profile); end
1872
+ def dump_profile_slowest_examples(profile); end
1873
+ def dump_summary(summary); end
1874
+ def format_example(example); end
1875
+ def initialize(output); end
1876
+ def message(notification); end
1877
+ def output_hash; end
1878
+ def seed(notification); end
1879
+ def stop(notification); end
1880
+ end
1881
+ module RSpec::Core::Bisect
1882
+ end
1883
+ class RSpec::Core::Bisect::ExampleSetDescriptor < Struct
1884
+ def all_example_ids; end
1885
+ def all_example_ids=(_); end
1886
+ def failed_example_ids; end
1887
+ def failed_example_ids=(_); end
1888
+ def self.[](*arg0); end
1889
+ def self.inspect; end
1890
+ def self.members; end
1891
+ def self.new(*arg0); end
1892
+ end
1893
+ class RSpec::Core::Bisect::BisectFailedError < StandardError
1894
+ def self.for_failed_spec_run(spec_output); end
1895
+ end
1896
+ class RSpec::Core::Bisect::Notifier
1897
+ def initialize(formatter); end
1898
+ def publish(event, *args); end
1899
+ end
1900
+ class RSpec::Core::Bisect::Channel
1901
+ def close; end
1902
+ def initialize; end
1903
+ def receive; end
1904
+ def send(message); end
1905
+ end
1906
+ class RSpec::Core::Formatters::BaseBisectFormatter
1907
+ def example_failed(notification); end
1908
+ def example_finished(notification); end
1909
+ def initialize(expected_failures); end
1910
+ def self.inherited(formatter); end
1911
+ def start_dump(_notification); end
1912
+ end
1913
+ class RSpec::Core::Formatters::BisectDRbFormatter < RSpec::Core::Formatters::BaseBisectFormatter
1914
+ def initialize(_output); end
1915
+ def notify_results(results); end
1916
+ end
1917
+ class RSpec::Core::Formatters::FailureListFormatter < RSpec::Core::Formatters::BaseFormatter
1918
+ def dump_profile(_profile); end
1919
+ def example_failed(failure); end
1920
+ def message(_message); end
1921
+ end
1922
+ module RSpec::Core::MockingAdapters
1923
+ end
1924
+ module RSpec::Core::MockingAdapters::RSpec
1925
+ def self.configuration; end
1926
+ def self.framework_name; end
1927
+ def setup_mocks_for_rspec; end
1928
+ def teardown_mocks_for_rspec; end
1929
+ def verify_mocks_for_rspec; end
1930
+ include RSpec::Mocks::ExampleMethods
1931
+ include RSpec::Mocks::ExampleMethods::ExpectHost
1932
+ end