shotgrid_api_ruby 0.2.0.4 → 0.2.0.6

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 (190) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test_and_publish.yml +3 -3
  3. data/.github/workflows/test_only.yml +7 -5
  4. data/.ruby-version +1 -1
  5. data/CHANGELOG.md +54 -2
  6. data/Gemfile +12 -0
  7. data/Gemfile.lock +108 -93
  8. data/bin/prettirun +1 -1
  9. data/docs/ShotgridApiRuby/Auth/Validator.html +4 -4
  10. data/docs/ShotgridApiRuby/Auth.html +4 -4
  11. data/docs/ShotgridApiRuby/Client.html +4 -4
  12. data/docs/ShotgridApiRuby/Entities/Params/TooComplexFiltersError.html +4 -4
  13. data/docs/ShotgridApiRuby/Entities/Params.html +41 -41
  14. data/docs/ShotgridApiRuby/Entities/Schema.html +4 -4
  15. data/docs/ShotgridApiRuby/Entities/Summarize/Summary.html +8 -8
  16. data/docs/ShotgridApiRuby/Entities/Summarize.html +9 -9
  17. data/docs/ShotgridApiRuby/Entities.html +27 -27
  18. data/docs/ShotgridApiRuby/Entity.html +12 -12
  19. data/docs/ShotgridApiRuby/Preferences.html +4 -4
  20. data/docs/ShotgridApiRuby/ServerInfo.html +4 -4
  21. data/docs/ShotgridApiRuby/ShotgridCallError.html +4 -4
  22. data/docs/ShotgridApiRuby/Types.html +4 -4
  23. data/docs/ShotgridApiRuby.html +5 -5
  24. data/docs/_index.html +5 -5
  25. data/docs/file.README.html +4 -4
  26. data/docs/frames.html +1 -1
  27. data/docs/index.html +4 -4
  28. data/docs/top-level-namespace.html +4 -4
  29. data/lib/shotgrid_api_ruby/entities/params.rb +15 -18
  30. data/lib/shotgrid_api_ruby/entities/summarize.rb +4 -4
  31. data/lib/shotgrid_api_ruby/entities.rb +23 -23
  32. data/lib/shotgrid_api_ruby/version.rb +1 -1
  33. data/shotgrid_api_ruby.gemspec +3 -12
  34. data/sorbet/rbi/gems/activesupport@7.0.4.2.rbi +18676 -0
  35. data/sorbet/rbi/gems/ast@2.4.2.rbi +533 -3
  36. data/sorbet/rbi/gems/backport@1.2.0.rbi +518 -4
  37. data/sorbet/rbi/gems/benchmark@0.2.1.rbi +588 -0
  38. data/sorbet/rbi/gems/bundler-audit@0.9.1.rbi +308 -0
  39. data/sorbet/rbi/gems/byebug@11.1.3.rbi +2065 -28
  40. data/sorbet/rbi/gems/childprocess@4.1.0.rbi +397 -4
  41. data/sorbet/rbi/gems/coderay@1.1.3.rbi +2425 -4
  42. data/sorbet/rbi/gems/concurrent-ruby@1.2.0.rbi +11570 -0
  43. data/sorbet/rbi/gems/diff-lcs@1.5.0.rbi +1083 -0
  44. data/sorbet/rbi/gems/docile@1.4.0.rbi +335 -13
  45. data/sorbet/rbi/gems/dotenv@2.8.1.rbi +234 -0
  46. data/sorbet/rbi/gems/e2mmap@0.1.0.rbi +4 -4
  47. data/sorbet/rbi/gems/faker@3.1.0.rbi +13380 -0
  48. data/sorbet/rbi/gems/faraday-em_http@1.0.0.rbi +167 -11
  49. data/sorbet/rbi/gems/faraday-em_synchrony@1.0.0.rbi +94 -11
  50. data/sorbet/rbi/gems/faraday-excon@1.1.0.rbi +105 -11
  51. data/sorbet/rbi/gems/faraday-httpclient@1.0.1.rbi +118 -11
  52. data/sorbet/rbi/gems/faraday-multipart@1.0.4.rbi +273 -0
  53. data/sorbet/rbi/gems/faraday-net_http@1.0.1.rbi +106 -11
  54. data/sorbet/rbi/gems/faraday-net_http_persistent@1.2.0.rbi +92 -11
  55. data/sorbet/rbi/gems/faraday-patron@1.0.0.rbi +97 -11
  56. data/sorbet/rbi/gems/faraday-rack@1.0.0.rbi +106 -11
  57. data/sorbet/rbi/gems/faraday-retry@1.0.3.rbi +227 -0
  58. data/sorbet/rbi/gems/faraday@1.10.3.rbi +2743 -0
  59. data/sorbet/rbi/gems/ffi@1.15.5.rbi +8 -0
  60. data/sorbet/rbi/gems/formatador@1.1.0.rbi +8 -0
  61. data/sorbet/rbi/gems/guard-compat@1.2.1.rbi +62 -4
  62. data/sorbet/rbi/gems/guard-rspec@4.7.3.rbi +558 -4
  63. data/sorbet/rbi/gems/guard@2.18.0.rbi +4 -4
  64. data/sorbet/rbi/gems/haml@6.1.1.rbi +1588 -0
  65. data/sorbet/rbi/gems/i18n@1.12.0.rbi +2296 -0
  66. data/sorbet/rbi/gems/iniparse@1.5.0.rbi +893 -4
  67. data/sorbet/rbi/gems/jaro_winkler@1.5.4.rbi +15 -4
  68. data/sorbet/rbi/gems/json@2.6.3.rbi +1533 -0
  69. data/sorbet/rbi/gems/kramdown-parser-gfm@1.1.0.rbi +129 -4
  70. data/sorbet/rbi/gems/kramdown@2.4.0.rbi +3271 -0
  71. data/sorbet/rbi/gems/listen@3.8.0.rbi +1181 -0
  72. data/sorbet/rbi/gems/lumberjack@1.2.8.rbi +4 -4
  73. data/sorbet/rbi/gems/method_source@1.0.0.rbi +202 -2
  74. data/sorbet/rbi/gems/minitest@5.17.0.rbi +1457 -0
  75. data/sorbet/rbi/gems/multipart-post@2.3.0.rbi +233 -0
  76. data/sorbet/rbi/gems/nenv@0.3.0.rbi +4 -4
  77. data/sorbet/rbi/gems/netrc@0.11.0.rbi +158 -0
  78. data/sorbet/rbi/gems/nokogiri@1.14.0.rbi +7250 -0
  79. data/sorbet/rbi/gems/notiffany@0.1.3.rbi +4 -4
  80. data/sorbet/rbi/gems/overcommit@0.60.0.rbi +2399 -0
  81. data/sorbet/rbi/gems/parallel@1.22.1.rbi +277 -0
  82. data/sorbet/rbi/gems/parser@3.2.0.0.rbi +6964 -0
  83. data/sorbet/rbi/gems/prettier@3.2.2.rbi +22 -0
  84. data/sorbet/rbi/gems/prettier_print@1.2.0.rbi +8 -0
  85. data/sorbet/rbi/gems/pry-byebug@3.10.1.rbi +1171 -0
  86. data/sorbet/rbi/gems/pry@0.14.2.rbi +10081 -0
  87. data/sorbet/rbi/gems/racc@1.6.2.rbi +154 -0
  88. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +408 -0
  89. data/sorbet/rbi/gems/rake@13.0.6.rbi +2248 -13
  90. data/sorbet/rbi/gems/rb-fsevent@0.11.2.rbi +8 -0
  91. data/sorbet/rbi/gems/rb-inotify@0.10.1.rbi +4 -4
  92. data/sorbet/rbi/gems/rbi@0.0.16.rbi +3008 -0
  93. data/sorbet/rbi/gems/rbs@2.8.4.rbi +8 -0
  94. data/sorbet/rbi/gems/regexp_parser@2.6.2.rbi +3481 -0
  95. data/sorbet/rbi/gems/reverse_markdown@2.1.1.rbi +389 -0
  96. data/sorbet/rbi/gems/rexml@3.2.5.rbi +4048 -3
  97. data/sorbet/rbi/gems/rspec-core@3.12.0.rbi +10809 -0
  98. data/sorbet/rbi/gems/rspec-expectations@3.12.2.rbi +8109 -0
  99. data/sorbet/rbi/gems/rspec-mocks@3.12.3.rbi +5308 -0
  100. data/sorbet/rbi/gems/rspec-support@3.12.0.rbi +1620 -0
  101. data/sorbet/rbi/gems/rspec@3.12.0.rbi +91 -0
  102. data/sorbet/rbi/gems/rspec_in_context@1.1.0.3.rbi +387 -15
  103. data/sorbet/rbi/gems/rubocop-ast@1.24.1.rbi +7019 -0
  104. data/sorbet/rbi/gems/rubocop-faker@1.1.0.rbi +102 -4
  105. data/sorbet/rbi/gems/rubocop-performance@1.15.2.rbi +3021 -0
  106. data/sorbet/rbi/gems/rubocop-sorbet@0.6.11.rbi +990 -0
  107. data/sorbet/rbi/gems/rubocop@1.44.1.rbi +54394 -0
  108. data/sorbet/rbi/gems/ruby-progressbar@1.11.0.rbi +1235 -4
  109. data/sorbet/rbi/gems/ruby2_keywords@0.0.5.rbi +4 -4
  110. data/sorbet/rbi/gems/shellany@0.0.1.rbi +4 -4
  111. data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +135 -5
  112. data/sorbet/rbi/gems/simplecov@0.22.0.rbi +2148 -0
  113. data/sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi +8 -0
  114. data/sorbet/rbi/gems/solargraph@0.48.0.rbi +9146 -0
  115. data/sorbet/rbi/gems/spoom@1.1.15.rbi +2383 -0
  116. data/sorbet/rbi/gems/syntax_tree-haml@3.0.0.rbi +8 -0
  117. data/sorbet/rbi/gems/syntax_tree-rbs@0.5.1.rbi +8 -0
  118. data/sorbet/rbi/gems/syntax_tree@5.2.0.rbi +8 -0
  119. data/sorbet/rbi/gems/tapioca@0.10.5.rbi +3226 -0
  120. data/sorbet/rbi/gems/temple@0.10.0.rbi +1722 -0
  121. data/sorbet/rbi/gems/thor@1.2.1.rbi +3956 -0
  122. data/sorbet/rbi/gems/tilt@2.0.11.rbi +745 -0
  123. data/sorbet/rbi/gems/timecop@0.9.6.rbi +368 -0
  124. data/sorbet/rbi/gems/tzinfo@2.0.5.rbi +5914 -0
  125. data/sorbet/rbi/gems/unicode-display_width@2.4.2.rbi +65 -0
  126. data/sorbet/rbi/gems/unparser@0.6.7.rbi +4524 -0
  127. data/sorbet/rbi/gems/vcr@6.1.0.rbi +3020 -0
  128. data/sorbet/rbi/gems/webrick@1.7.0.rbi +2555 -0
  129. data/sorbet/rbi/gems/yard-sorbet@0.8.0.rbi +441 -0
  130. data/sorbet/rbi/gems/yard@0.9.28.rbi +17863 -0
  131. data/sorbet/rbi/gems/zeitwerk@2.6.6.rbi +950 -0
  132. data/yarn.lock +3 -3
  133. metadata +71 -190
  134. data/sorbet/rbi/gems/activesupport@6.1.4.1.rbi +0 -3770
  135. data/sorbet/rbi/gems/benchmark@0.1.1.rbi +0 -65
  136. data/sorbet/rbi/gems/bundler-audit@0.8.0.rbi +0 -8
  137. data/sorbet/rbi/gems/colorize@0.8.1.rbi +0 -39
  138. data/sorbet/rbi/gems/commander@4.6.0.rbi +0 -8
  139. data/sorbet/rbi/gems/concurrent-ruby@1.1.9.rbi +0 -2403
  140. data/sorbet/rbi/gems/diff-lcs@1.4.4.rbi +0 -8
  141. data/sorbet/rbi/gems/dotenv@2.7.6.rbi +0 -88
  142. data/sorbet/rbi/gems/faker@2.19.0.rbi +0 -2513
  143. data/sorbet/rbi/gems/faraday@1.7.0.rbi +0 -783
  144. data/sorbet/rbi/gems/ffi@1.15.3.rbi +0 -8
  145. data/sorbet/rbi/gems/formatador@0.3.0.rbi +0 -8
  146. data/sorbet/rbi/gems/haml@5.2.2.rbi +0 -8
  147. data/sorbet/rbi/gems/highline@2.0.3.rbi +0 -8
  148. data/sorbet/rbi/gems/i18n@1.8.10.rbi +0 -584
  149. data/sorbet/rbi/gems/kramdown@2.3.1.rbi +0 -8
  150. data/sorbet/rbi/gems/listen@3.7.0.rbi +0 -476
  151. data/sorbet/rbi/gems/minitest@5.14.4.rbi +0 -344
  152. data/sorbet/rbi/gems/multipart-post@2.1.1.rbi +0 -69
  153. data/sorbet/rbi/gems/nokogiri@1.12.3.rbi +0 -8
  154. data/sorbet/rbi/gems/overcommit@0.58.0.rbi +0 -8
  155. data/sorbet/rbi/gems/parallel@1.20.1.rbi +0 -8
  156. data/sorbet/rbi/gems/parlour@6.0.1.rbi +0 -1610
  157. data/sorbet/rbi/gems/parser@3.0.2.0.rbi +0 -1731
  158. data/sorbet/rbi/gems/prettier@1.6.1.rbi +0 -8
  159. data/sorbet/rbi/gems/pry-byebug@3.9.0.rbi +0 -461
  160. data/sorbet/rbi/gems/pry@0.13.1.rbi +0 -2553
  161. data/sorbet/rbi/gems/racc@1.5.2.rbi +0 -47
  162. data/sorbet/rbi/gems/rainbow@3.0.0.rbi +0 -153
  163. data/sorbet/rbi/gems/rb-fsevent@0.11.0.rbi +0 -8
  164. data/sorbet/rbi/gems/regexp_parser@2.1.1.rbi +0 -8
  165. data/sorbet/rbi/gems/reverse_markdown@2.0.0.rbi +0 -8
  166. data/sorbet/rbi/gems/rspec-core@3.10.1.rbi +0 -2500
  167. data/sorbet/rbi/gems/rspec-expectations@3.10.1.rbi +0 -1574
  168. data/sorbet/rbi/gems/rspec-mocks@3.10.2.rbi +0 -1462
  169. data/sorbet/rbi/gems/rspec-support@3.10.2.rbi +0 -510
  170. data/sorbet/rbi/gems/rspec@3.10.0.rbi +0 -39
  171. data/sorbet/rbi/gems/rubocop-ast@1.11.0.rbi +0 -8
  172. data/sorbet/rbi/gems/rubocop-performance@1.11.5.rbi +0 -8
  173. data/sorbet/rbi/gems/rubocop-sorbet@0.6.2.rbi +0 -8
  174. data/sorbet/rbi/gems/rubocop@1.20.0.rbi +0 -8
  175. data/sorbet/rbi/gems/simplecov@0.21.2.rbi +0 -577
  176. data/sorbet/rbi/gems/simplecov_json_formatter@0.1.3.rbi +0 -8
  177. data/sorbet/rbi/gems/solargraph@0.43.0.rbi +0 -8
  178. data/sorbet/rbi/gems/spoom@1.1.2.rbi +0 -1204
  179. data/sorbet/rbi/gems/tapioca@0.4.25.rbi +0 -1239
  180. data/sorbet/rbi/gems/temple@0.8.2.rbi +0 -8
  181. data/sorbet/rbi/gems/thor@1.1.0.rbi +0 -838
  182. data/sorbet/rbi/gems/tilt@2.0.10.rbi +0 -8
  183. data/sorbet/rbi/gems/timecop@0.9.4.rbi +0 -82
  184. data/sorbet/rbi/gems/tzinfo@2.0.4.rbi +0 -857
  185. data/sorbet/rbi/gems/unicode-display_width@2.0.0.rbi +0 -8
  186. data/sorbet/rbi/gems/unparser@0.6.0.rbi +0 -8
  187. data/sorbet/rbi/gems/vcr@6.0.0.rbi +0 -782
  188. data/sorbet/rbi/gems/yard-sorbet@0.5.3.rbi +0 -8
  189. data/sorbet/rbi/gems/yard@0.9.26.rbi +0 -8
  190. data/sorbet/rbi/gems/zeitwerk@2.4.2.rbi +0 -173
@@ -1,2500 +0,0 @@
1
- # DO NOT EDIT MANUALLY
2
- # This is an autogenerated file for types exported from the `rspec-core` gem.
3
- # Please instead update this file by running `bin/tapioca sync`.
4
-
5
- # typed: true
6
-
7
- module RSpec
8
- extend ::RSpec::Support::Warnings
9
- extend ::RSpec::Core::Warnings
10
-
11
- class << self
12
- def clear_examples; end
13
- def configuration; end
14
- def configuration=(_arg0); end
15
- def configure; end
16
- def const_missing(name); end
17
- def context(*args, &example_group_block); end
18
- def current_example; end
19
- def current_example=(example); end
20
- def define_context(name, namespace: T.unsafe(nil), ns: T.unsafe(nil), silent: T.unsafe(nil), print_context: T.unsafe(nil), &block); end
21
- def describe(*args, &example_group_block); end
22
- def example_group(*args, &example_group_block); end
23
- def fcontext(*args, &example_group_block); end
24
- def fdescribe(*args, &example_group_block); end
25
- def reset; end
26
- def shared_context(name, *args, &block); end
27
- def shared_examples(name, *args, &block); end
28
- def shared_examples_for(name, *args, &block); end
29
- def world; end
30
- def world=(_arg0); end
31
- def xcontext(*args, &example_group_block); end
32
- def xdescribe(*args, &example_group_block); end
33
- end
34
- end
35
-
36
- module RSpec::Core
37
- class << self
38
- def path_to_executable; end
39
- end
40
- end
41
-
42
- class RSpec::Core::AnonymousExampleGroup < ::RSpec::Core::ExampleGroup
43
- class << self
44
- def metadata; end
45
- end
46
- end
47
-
48
- class RSpec::Core::BacktraceFormatter
49
- def initialize; end
50
-
51
- def backtrace_line(line); end
52
- def exclude?(line); end
53
- def exclusion_patterns; end
54
- def exclusion_patterns=(_arg0); end
55
- def filter_gem(gem_name); end
56
- def format_backtrace(backtrace, options = T.unsafe(nil)); end
57
- def full_backtrace=(_arg0); end
58
- def full_backtrace?; end
59
- def inclusion_patterns; end
60
- def inclusion_patterns=(_arg0); end
61
-
62
- private
63
-
64
- def matches?(patterns, line); end
65
- end
66
-
67
- module RSpec::Core::Bisect; end
68
-
69
- class RSpec::Core::Bisect::BisectFailedError < ::StandardError
70
- class << self
71
- def for_failed_spec_run(spec_output); end
72
- end
73
- end
74
-
75
- class RSpec::Core::Bisect::Channel
76
- def initialize; end
77
-
78
- def close; end
79
- def receive; end
80
- def send(message); end
81
- end
82
-
83
- class RSpec::Core::Bisect::ExampleSetDescriptor < ::Struct
84
- def all_example_ids; end
85
- def all_example_ids=(_); end
86
- def failed_example_ids; end
87
- def failed_example_ids=(_); end
88
-
89
- class << self
90
- def [](*_arg0); end
91
- def inspect; end
92
- def members; end
93
- def new(*_arg0); end
94
- end
95
- end
96
-
97
- class RSpec::Core::Bisect::Notifier
98
- def initialize(formatter); end
99
-
100
- def publish(event, *args); end
101
- end
102
-
103
- class RSpec::Core::Configuration
104
- include ::RSpec::Core::Hooks
105
- include ::RSpec::Core::Configuration::Readers
106
-
107
- def initialize; end
108
-
109
- def add_formatter(formatter, output = T.unsafe(nil)); end
110
- def add_setting(name, opts = T.unsafe(nil)); end
111
- def after(scope = T.unsafe(nil), *meta, &block); end
112
- def alias_example_group_to(new_name, *args); end
113
- def alias_example_to(name, *args); end
114
- def alias_it_behaves_like_to(new_name, report_label = T.unsafe(nil)); end
115
- def alias_it_should_behave_like_to(new_name, report_label = T.unsafe(nil)); end
116
- def append_after(scope = T.unsafe(nil), *meta, &block); end
117
- def append_before(scope = T.unsafe(nil), *meta, &block); end
118
- def apply_derived_metadata_to(metadata); end
119
- def around(scope = T.unsafe(nil), *meta, &block); end
120
- def backtrace_exclusion_patterns; end
121
- def backtrace_exclusion_patterns=(patterns); end
122
- def backtrace_formatter; end
123
- def backtrace_inclusion_patterns; end
124
- def backtrace_inclusion_patterns=(patterns); end
125
- def before(scope = T.unsafe(nil), *meta, &block); end
126
- def bisect_runner; end
127
- def bisect_runner=(value); end
128
- def bisect_runner_class; end
129
- def color; end
130
- def color=(_arg0); end
131
- def color_enabled?(output = T.unsafe(nil)); end
132
- def color_mode; end
133
- def color_mode=(_arg0); end
134
- def configure_example(example, example_hooks); end
135
- def configure_expectation_framework; end
136
- def configure_group(group); end
137
- def configure_mock_framework; end
138
- def default_color; end
139
- def default_color=(_arg0); end
140
- def default_color?; end
141
- def default_formatter; end
142
- def default_formatter=(value); end
143
- def default_path; end
144
- def default_path=(path); end
145
- def default_path?; end
146
- def define_derived_metadata(*filters, &block); end
147
- def deprecation_stream; end
148
- def deprecation_stream=(value); end
149
- def detail_color; end
150
- def detail_color=(_arg0); end
151
- def detail_color?; end
152
- def disable_monkey_patching; end
153
- def disable_monkey_patching!; end
154
- def disable_monkey_patching=(_arg0); end
155
- def drb; end
156
- def drb=(_arg0); end
157
- def drb?; end
158
- def drb_port; end
159
- def drb_port=(_arg0); end
160
- def drb_port?; end
161
- def dry_run; end
162
- def dry_run=(_arg0); end
163
- def dry_run?; end
164
- def error_exit_code; end
165
- def error_exit_code=(_arg0); end
166
- def error_exit_code?; end
167
- def error_stream; end
168
- def error_stream=(_arg0); end
169
- def error_stream?; end
170
- def example_status_persistence_file_path; end
171
- def example_status_persistence_file_path=(value); end
172
- def exclude_pattern; end
173
- def exclude_pattern=(value); end
174
- def exclusion_filter; end
175
- def exclusion_filter=(filter); end
176
- def expect_with(*frameworks); end
177
- def expectation_framework=(framework); end
178
- def expectation_frameworks; end
179
- def expose_current_running_example_as(method_name); end
180
- def expose_dsl_globally=(value); end
181
- def expose_dsl_globally?; end
182
- def extend(mod, *filters); end
183
- def fail_fast; end
184
- def fail_fast=(value); end
185
- def fail_if_no_examples; end
186
- def fail_if_no_examples=(_arg0); end
187
- def fail_if_no_examples?; end
188
- def failure_color; end
189
- def failure_color=(_arg0); end
190
- def failure_color?; end
191
- def failure_exit_code; end
192
- def failure_exit_code=(_arg0); end
193
- def failure_exit_code?; end
194
- def files_or_directories_to_run=(*files); end
195
- def files_to_run; end
196
- def files_to_run=(_arg0); end
197
- def filter; end
198
- def filter=(filter); end
199
- def filter_gems_from_backtrace(*gem_names); end
200
- def filter_manager; end
201
- def filter_manager=(_arg0); end
202
- def filter_run(*args); end
203
- def filter_run_excluding(*args); end
204
- def filter_run_including(*args); end
205
- def filter_run_when_matching(*args); end
206
- def fixed_color; end
207
- def fixed_color=(_arg0); end
208
- def fixed_color?; end
209
- def force(hash); end
210
- def format_docstrings(&block); end
211
- def format_docstrings_block; end
212
- def formatter=(formatter, output = T.unsafe(nil)); end
213
- def formatter_loader; end
214
- def formatters; end
215
- def full_backtrace=(true_or_false); end
216
- def full_backtrace?; end
217
- def full_description; end
218
- def full_description=(description); end
219
- def hooks; end
220
- def in_project_source_dir_regex; end
221
- def include(mod, *filters); end
222
- def include_context(shared_group_name, *filters); end
223
- def inclusion_filter; end
224
- def inclusion_filter=(filter); end
225
- def last_run_statuses; end
226
- def libs; end
227
- def libs=(libs); end
228
- def load_spec_files; end
229
- def loaded_spec_files; end
230
- def max_displayed_failure_line_count; end
231
- def max_displayed_failure_line_count=(_arg0); end
232
- def max_displayed_failure_line_count?; end
233
- def mock_framework; end
234
- def mock_framework=(framework); end
235
- def mock_with(framework); end
236
- def on_example_group_definition(&block); end
237
- def on_example_group_definition_callbacks; end
238
- def only_failures; end
239
- def only_failures?; end
240
- def only_failures_but_not_configured?; end
241
- def order=(*args, &block); end
242
- def ordering_manager; end
243
- def ordering_registry(*args, &block); end
244
- def output_stream; end
245
- def output_stream=(value); end
246
- def pattern; end
247
- def pattern=(value); end
248
- def pending_color; end
249
- def pending_color=(_arg0); end
250
- def pending_color?; end
251
- def prepend(mod, *filters); end
252
- def prepend_after(scope = T.unsafe(nil), *meta, &block); end
253
- def prepend_before(scope = T.unsafe(nil), *meta, &block); end
254
- def profile_examples; end
255
- def profile_examples=(_arg0); end
256
- def profile_examples?; end
257
- def project_source_dirs; end
258
- def project_source_dirs=(_arg0); end
259
- def project_source_dirs?; end
260
- def raise_errors_for_deprecations!; end
261
- def raise_on_warning=(value); end
262
- def register_ordering(*args, &block); end
263
- def reporter; end
264
- def requires; end
265
- def requires=(paths); end
266
- def reset; end
267
- def reset_filters; end
268
- def reset_reporter; end
269
- def run_all_when_everything_filtered; end
270
- def run_all_when_everything_filtered=(_arg0); end
271
- def run_all_when_everything_filtered?; end
272
- def seed(*args, &block); end
273
- def seed=(*args, &block); end
274
- def seed_used?(*args, &block); end
275
- def shared_context_metadata_behavior; end
276
- def shared_context_metadata_behavior=(value); end
277
- def silence_filter_announcements; end
278
- def silence_filter_announcements=(_arg0); end
279
- def silence_filter_announcements?; end
280
- def spec_files_with_failures; end
281
- def start_time; end
282
- def start_time=(_arg0); end
283
- def start_time?; end
284
- def static_config_filter_manager; end
285
- def static_config_filter_manager=(_arg0); end
286
- def success_color; end
287
- def success_color=(_arg0); end
288
- def success_color?; end
289
- def threadsafe; end
290
- def threadsafe=(_arg0); end
291
- def threadsafe?; end
292
- def treat_symbols_as_metadata_keys_with_true_values=(_value); end
293
- def tty; end
294
- def tty=(_arg0); end
295
- def tty?; end
296
- def warnings=(value); end
297
- def warnings?; end
298
- def when_first_matching_example_defined(*filters); end
299
- def with_suite_hooks; end
300
- def world; end
301
- def world=(_arg0); end
302
-
303
- private
304
-
305
- def absolute_pattern?(pattern); end
306
- def add_hook_to_existing_matching_groups(meta, scope, &block); end
307
- def assert_no_example_groups_defined(config_option); end
308
- def clear_values_derived_from_example_status_persistence_file_path; end
309
- def command; end
310
- def conditionally_disable_expectations_monkey_patching; end
311
- def conditionally_disable_mocks_monkey_patching; end
312
- def configure_group_with(group, module_list, application_method); end
313
- def define_built_in_hooks; end
314
- def define_mixed_in_module(mod, filters, mod_list, config_method, &block); end
315
- def extract_location(path); end
316
- def file_glob_from(path, pattern); end
317
- def gather_directories(path); end
318
- def get_files_to_run(paths); end
319
- def get_matching_files(path, pattern); end
320
- def handle_suite_hook(scope, meta); end
321
- def load_file_handling_errors(method, file); end
322
- def metadata_applies_to_group?(meta, group); end
323
- def on_existing_matching_groups(meta); end
324
- def output_to_tty?(output = T.unsafe(nil)); end
325
- def output_wrapper; end
326
- def paths_to_check(paths); end
327
- def pattern_might_load_specs_from_vendored_dirs?; end
328
- def rspec_expectations_loaded?; end
329
- def rspec_mocks_loaded?; end
330
- def run_suite_hooks(hook_description, hooks); end
331
- def safe_extend(mod, host); end
332
- def safe_include(mod, host); end
333
- def safe_prepend(mod, host); end
334
- def update_pattern_attr(name, value); end
335
- def value_for(key); end
336
-
337
- class << self
338
- def add_read_only_setting(name, opts = T.unsafe(nil)); end
339
- def add_setting(name, opts = T.unsafe(nil)); end
340
- def define_alias(name, alias_name); end
341
- def define_predicate(name); end
342
- def define_reader(name); end
343
- def delegate_to_ordering_manager(*methods); end
344
- end
345
- end
346
-
347
- RSpec::Core::Configuration::DEFAULT_FORMATTER = T.let(T.unsafe(nil), Proc)
348
-
349
- class RSpec::Core::Configuration::DeprecationReporterBuffer
350
- def initialize; end
351
-
352
- def deprecation(*args); end
353
- def play_onto(reporter); end
354
- end
355
-
356
- module RSpec::Core::Configuration::ExposeCurrentExample; end
357
- RSpec::Core::Configuration::FAILED_STATUS = T.let(T.unsafe(nil), String)
358
- RSpec::Core::Configuration::MOCKING_ADAPTERS = T.let(T.unsafe(nil), Hash)
359
- class RSpec::Core::Configuration::MustBeConfiguredBeforeExampleGroupsError < ::StandardError; end
360
- RSpec::Core::Configuration::PASSED_STATUS = T.let(T.unsafe(nil), String)
361
- RSpec::Core::Configuration::PENDING_STATUS = T.let(T.unsafe(nil), String)
362
- RSpec::Core::Configuration::RAISE_ERROR_WARNING_NOTIFIER = T.let(T.unsafe(nil), Proc)
363
-
364
- module RSpec::Core::Configuration::Readers
365
- def default_color; end
366
- def default_path; end
367
- def deprecation_stream; end
368
- def detail_color; end
369
- def drb; end
370
- def drb_port; end
371
- def dry_run; end
372
- def error_exit_code; end
373
- def error_stream; end
374
- def example_status_persistence_file_path; end
375
- def exclude_pattern; end
376
- def fail_fast; end
377
- def fail_if_no_examples; end
378
- def failure_color; end
379
- def failure_exit_code; end
380
- def fixed_color; end
381
- def libs; end
382
- def max_displayed_failure_line_count; end
383
- def only_failures; end
384
- def output_stream; end
385
- def pattern; end
386
- def pending_color; end
387
- def project_source_dirs; end
388
- def requires; end
389
- def run_all_when_everything_filtered; end
390
- def shared_context_metadata_behavior; end
391
- def silence_filter_announcements; end
392
- def start_time; end
393
- def success_color; end
394
- def threadsafe; end
395
- def tty; end
396
- end
397
-
398
- RSpec::Core::Configuration::UNKNOWN_STATUS = T.let(T.unsafe(nil), String)
399
- RSpec::Core::Configuration::VALID_STATUSES = T.let(T.unsafe(nil), Array)
400
-
401
- class RSpec::Core::ConfigurationOptions
402
- def initialize(args); end
403
-
404
- def args; end
405
- def configure(config); end
406
- def configure_filter_manager(filter_manager); end
407
- def options; end
408
-
409
- private
410
-
411
- def args_from_options_file(path); end
412
- def command_line_options; end
413
- def custom_options; end
414
- def custom_options_file; end
415
- def env_options; end
416
- def file_options; end
417
- def force?(key); end
418
- def global_options; end
419
- def global_options_file; end
420
- def home_options_file_path; end
421
- def load_formatters_into(config); end
422
- def local_options; end
423
- def local_options_file; end
424
- def options_file_as_erb_string(path); end
425
- def options_from(path); end
426
- def order(keys); end
427
- def organize_options; end
428
- def parse_args_ignoring_files_or_dirs_to_run(args, source); end
429
- def process_options_into(config); end
430
- def project_options; end
431
- def project_options_file; end
432
- def resolve_xdg_config_home; end
433
- def xdg_options_file_if_exists; end
434
- def xdg_options_file_path; end
435
- end
436
-
437
- RSpec::Core::ConfigurationOptions::OPTIONS_ORDER = T.let(T.unsafe(nil), Array)
438
- RSpec::Core::ConfigurationOptions::UNFORCED_OPTIONS = T.let(T.unsafe(nil), RSpec::Core::Set)
439
- RSpec::Core::ConfigurationOptions::UNPROCESSABLE_OPTIONS = T.let(T.unsafe(nil), RSpec::Core::Set)
440
-
441
- module RSpec::Core::DSL
442
- class << self
443
- def change_global_dsl(&changes); end
444
- def example_group_aliases; end
445
- def expose_example_group_alias(name); end
446
- def expose_example_group_alias_globally(method_name); end
447
- def expose_globally!; end
448
- def exposed_globally?; end
449
- def remove_globally!; end
450
- def top_level; end
451
- def top_level=(_arg0); end
452
- end
453
- end
454
-
455
- class RSpec::Core::DeprecationError < ::StandardError; end
456
-
457
- class RSpec::Core::DidYouMean
458
- def initialize(relative_file_name); end
459
-
460
- def call; end
461
- def relative_file_name; end
462
-
463
- private
464
-
465
- def formats(probables); end
466
- def red_font(mytext); end
467
- def top_and_tail(rspec_format); end
468
- end
469
-
470
- class RSpec::Core::Example
471
- def initialize(example_group_class, description, user_metadata, example_block = T.unsafe(nil)); end
472
-
473
- def clock; end
474
- def clock=(_arg0); end
475
- def description; end
476
- def display_exception; end
477
- def display_exception=(ex); end
478
- def duplicate_with(metadata_overrides = T.unsafe(nil)); end
479
- def example_group; end
480
- def example_group_instance; end
481
- def exception; end
482
- def execution_result; end
483
- def fail_with_exception(reporter, exception); end
484
- def file_path; end
485
- def full_description; end
486
- def id; end
487
- def inspect; end
488
- def inspect_output; end
489
- def instance_exec(*args, &block); end
490
- def location; end
491
- def location_rerun_argument; end
492
- def metadata; end
493
- def pending; end
494
- def pending?; end
495
- def reporter; end
496
- def rerun_argument; end
497
- def run(example_group_instance, reporter); end
498
- def set_aggregate_failures_exception(exception); end
499
- def set_exception(exception); end
500
- def skip; end
501
- def skip_with_exception(reporter, exception); end
502
- def skipped?; end
503
- def to_s; end
504
- def update_inherited_metadata(updates); end
505
-
506
- private
507
-
508
- def assign_generated_description; end
509
- def finish(reporter); end
510
- def generate_description; end
511
- def hooks; end
512
- def location_description; end
513
- def mocks_need_verification?; end
514
- def record_finished(status, reporter); end
515
- def run_after_example; end
516
- def run_before_example; end
517
- def start(reporter); end
518
- def verify_mocks; end
519
- def with_around_and_singleton_context_hooks; end
520
- def with_around_example_hooks; end
521
-
522
- class << self
523
- def delegate_to_metadata(key); end
524
- def parse_id(id); end
525
- end
526
- end
527
-
528
- RSpec::Core::Example::AllExceptionsExcludingDangerousOnesOnRubiesThatAllowIt = RSpec::Support::AllExceptionsExceptOnesWeMustNotRescue
529
-
530
- class RSpec::Core::Example::ExecutionResult
531
- include ::RSpec::Core::HashImitatable
532
- extend ::RSpec::Core::HashImitatable::ClassMethods
533
-
534
- def ensure_timing_set(clock); end
535
- def example_skipped?; end
536
- def exception; end
537
- def exception=(_arg0); end
538
- def finished_at; end
539
- def finished_at=(_arg0); end
540
- def pending_exception; end
541
- def pending_exception=(_arg0); end
542
- def pending_fixed; end
543
- def pending_fixed=(_arg0); end
544
- def pending_fixed?; end
545
- def pending_message; end
546
- def pending_message=(_arg0); end
547
- def record_finished(status, finished_at); end
548
- def run_time; end
549
- def run_time=(_arg0); end
550
- def started_at; end
551
- def started_at=(_arg0); end
552
- def status; end
553
- def status=(_arg0); end
554
-
555
- private
556
-
557
- def calculate_run_time(finished_at); end
558
- def get_value(name); end
559
- def hash_for_delegation; end
560
- def issue_deprecation(_method_name, *_args); end
561
- def set_value(name, value); end
562
- end
563
-
564
- class RSpec::Core::Example::Procsy
565
- def initialize(example, &block); end
566
-
567
- def <<(*a, &b); end
568
- def ==(*a, &b); end
569
- def ===(*a, &b); end
570
- def >>(*a, &b); end
571
- def [](*a, &b); end
572
- def arity(*a, &b); end
573
- def binding(*a, &b); end
574
- def call(*args, &block); end
575
- def clock(*a, &b); end
576
- def clock=(*a, &b); end
577
- def clone(*a, &b); end
578
- def curry(*a, &b); end
579
- def description(*a, &b); end
580
- def dup(*a, &b); end
581
- def duplicate_with(*a, &b); end
582
- def eql?(*a, &b); end
583
- def example; end
584
- def example_group(*a, &b); end
585
- def example_group_instance(*a, &b); end
586
- def exception(*a, &b); end
587
- def executed?; end
588
- def execution_result(*a, &b); end
589
- def file_path(*a, &b); end
590
- def full_description(*a, &b); end
591
- def hash(*a, &b); end
592
- def id(*a, &b); end
593
- def inspect; end
594
- def inspect_output(*a, &b); end
595
- def lambda?(*a, &b); end
596
- def location(*a, &b); end
597
- def location_rerun_argument(*a, &b); end
598
- def metadata(*a, &b); end
599
- def parameters(*a, &b); end
600
- def pending(*a, &b); end
601
- def pending?(*a, &b); end
602
- def reporter(*a, &b); end
603
- def rerun_argument(*a, &b); end
604
- def ruby2_keywords(*a, &b); end
605
- def run(*args, &block); end
606
- def skip(*a, &b); end
607
- def skipped?(*a, &b); end
608
- def source_location(*a, &b); end
609
- def to_proc; end
610
- def update_inherited_metadata(*a, &b); end
611
- def wrap(&block); end
612
- def yield(*a, &b); end
613
- end
614
-
615
- class RSpec::Core::ExampleGroup
616
- include ::RSpec::Core::MemoizedHelpers
617
- include ::RSpec::Core::Pending
618
- extend ::RSpec::Core::Hooks
619
- extend ::RSpec::Core::MemoizedHelpers::ClassMethods
620
- extend ::RSpec::Core::SharedExampleGroup
621
- extend ::RspecInContext::ContextManagement
622
-
623
- def initialize(inspect_output = T.unsafe(nil)); end
624
-
625
- def described_class; end
626
- def inspect; end
627
-
628
- private
629
-
630
- def method_missing(name, *args); end
631
-
632
- class << self
633
- def add_example(example); end
634
- def before_context_ivars; end
635
- def children; end
636
- def context(*args, &example_group_block); end
637
- def currently_executing_a_context_hook?; end
638
- def declaration_locations; end
639
- def define_example_group_method(name, metadata = T.unsafe(nil)); end
640
- def define_example_method(name, extra_options = T.unsafe(nil)); end
641
- def define_nested_shared_group_method(new_name, report_label = T.unsafe(nil)); end
642
- def delegate_to_metadata(*names); end
643
- def descendant_filtered_examples; end
644
- def descendants; end
645
- def describe(*args, &example_group_block); end
646
- def described_class; end
647
- def description; end
648
- def each_instance_variable_for_example(group); end
649
- def ensure_example_groups_are_configured; end
650
- def example(*all_args, &block); end
651
- def example_group(*args, &example_group_block); end
652
- def examples; end
653
- def fcontext(*args, &example_group_block); end
654
- def fdescribe(*args, &example_group_block); end
655
- def fexample(*all_args, &block); end
656
- def file_path; end
657
- def filtered_examples; end
658
- def find_and_eval_shared(label, name, inclusion_location, *args, &customization_block); end
659
- def fit(*all_args, &block); end
660
- def focus(*all_args, &block); end
661
- def for_filtered_examples(reporter, &block); end
662
- def fspecify(*all_args, &block); end
663
- def id; end
664
- def idempotently_define_singleton_method(name, &definition); end
665
- def include_context(name, *args, &block); end
666
- def include_examples(name, *args, &block); end
667
- def it(*all_args, &block); end
668
- def it_behaves_like(name, *args, &customization_block); end
669
- def it_should_behave_like(name, *args, &customization_block); end
670
- def location; end
671
- def metadata; end
672
- def next_runnable_index_for(file); end
673
- def ordering_strategy; end
674
- def parent_groups; end
675
- def pending(*all_args, &block); end
676
- def remove_example(example); end
677
- def reset_memoized; end
678
- def run(reporter = T.unsafe(nil)); end
679
- def run_after_context_hooks(example_group_instance); end
680
- def run_before_context_hooks(example_group_instance); end
681
- def run_examples(reporter); end
682
- def set_it_up(description, args, registration_collection, &example_group_block); end
683
- def set_ivars(instance, ivars); end
684
- def skip(*all_args, &block); end
685
- def specify(*all_args, &block); end
686
- def store_before_context_ivars(example_group_instance); end
687
- def superclass_before_context_ivars; end
688
- def superclass_metadata; end
689
- def top_level?; end
690
- def top_level_description; end
691
- def traverse_tree_until(&block); end
692
- def update_inherited_metadata(updates); end
693
- def with_replaced_metadata(meta); end
694
- def xcontext(*args, &example_group_block); end
695
- def xdescribe(*args, &example_group_block); end
696
- def xexample(*all_args, &block); end
697
- def xit(*all_args, &block); end
698
- def xspecify(*all_args, &block); end
699
-
700
- private
701
-
702
- def method_missing(name, *args); end
703
- end
704
- end
705
-
706
- RSpec::Core::ExampleGroup::INSTANCE_VARIABLE_TO_IGNORE = T.let(T.unsafe(nil), Symbol)
707
- class RSpec::Core::ExampleGroup::WrongScopeError < ::NoMethodError; end
708
-
709
- class RSpec::Core::ExampleStatusDumper
710
- def initialize(examples); end
711
-
712
- def dump; end
713
-
714
- private
715
-
716
- def column_widths; end
717
- def formatted_header_rows; end
718
- def formatted_row_from(row_values); end
719
- def formatted_value_rows; end
720
- def headers; end
721
- def rows; end
722
-
723
- class << self
724
- def dump(examples); end
725
- end
726
- end
727
-
728
- class RSpec::Core::ExampleStatusMerger
729
- def initialize(this_run, from_previous_runs); end
730
-
731
- def merge; end
732
-
733
- private
734
-
735
- def delete_previous_examples_that_no_longer_exist; end
736
- def example_must_no_longer_exist?(ex_id); end
737
- def hash_from(example_list); end
738
- def loaded_spec_files; end
739
- def sort_value_from(example); end
740
- def spec_file_from(ex_id); end
741
-
742
- class << self
743
- def merge(this_run, from_previous_runs); end
744
- end
745
- end
746
-
747
- class RSpec::Core::ExampleStatusParser
748
- def initialize(string); end
749
-
750
- def parse; end
751
-
752
- private
753
-
754
- def headers; end
755
- def parse_row(line); end
756
- def split_line(line); end
757
-
758
- class << self
759
- def parse(string); end
760
- end
761
- end
762
-
763
- class RSpec::Core::ExampleStatusPersister
764
- def initialize(examples, file_name); end
765
-
766
- def persist; end
767
-
768
- private
769
-
770
- def dump_statuses(unparsed_previous_runs); end
771
- def statuses_from_this_run; end
772
-
773
- class << self
774
- def load_from(file_name); end
775
- def persist(examples, file_name); end
776
- end
777
- end
778
-
779
- RSpec::Core::ExclusionRules = RSpec::Core::FilterRules
780
-
781
- class RSpec::Core::FilterManager
782
- def initialize; end
783
-
784
- def add_ids(rerun_path, scoped_ids); end
785
- def add_location(file_path, line_numbers); end
786
- def empty?; end
787
- def exclude(*args); end
788
- def exclude_only(*args); end
789
- def exclude_with_low_priority(*args); end
790
- def exclusions; end
791
- def include(*args); end
792
- def include_only(*args); end
793
- def include_with_low_priority(*args); end
794
- def inclusions; end
795
- def prune(examples); end
796
-
797
- private
798
-
799
- def add_path_to_arrays_filter(filter_key, path, values); end
800
- def file_scoped_include?(ex_metadata, ids, locations); end
801
- def prune_conditionally_filtered_examples(examples); end
802
- end
803
-
804
- class RSpec::Core::FilterRules
805
- def initialize(rules = T.unsafe(nil)); end
806
-
807
- def [](key); end
808
- def add(updated); end
809
- def add_with_low_priority(updated); end
810
- def clear; end
811
- def delete(key); end
812
- def description; end
813
- def each_pair(&block); end
814
- def empty?; end
815
- def fetch(*args, &block); end
816
- def include_example?(example); end
817
- def opposite; end
818
- def opposite=(_arg0); end
819
- def rules; end
820
- def use_only(updated); end
821
-
822
- class << self
823
- def build; end
824
- end
825
- end
826
-
827
- RSpec::Core::FilterRules::PROC_HEX_NUMBER = T.let(T.unsafe(nil), Regexp)
828
- RSpec::Core::FilterRules::PROJECT_DIR = T.let(T.unsafe(nil), String)
829
- module RSpec::Core::FilterableItemRepository; end
830
-
831
- class RSpec::Core::FilterableItemRepository::QueryOptimized < ::RSpec::Core::FilterableItemRepository::UpdateOptimized
832
- def initialize(applies_predicate); end
833
-
834
- def append(item, metadata); end
835
- def delete(item, metadata); end
836
- def items_for(metadata); end
837
- def prepend(item, metadata); end
838
-
839
- private
840
-
841
- def applicable_metadata_from(metadata); end
842
- def find_items_for(request_meta); end
843
- def handle_mutation(metadata); end
844
- def proc_keys_from(metadata); end
845
- def reconstruct_caches; end
846
- end
847
-
848
- class RSpec::Core::FilterableItemRepository::UpdateOptimized
849
- def initialize(applies_predicate); end
850
-
851
- def append(item, metadata); end
852
- def delete(item, metadata); end
853
- def items_and_filters; end
854
- def items_for(request_meta); end
855
- def prepend(item, metadata); end
856
- end
857
-
858
- module RSpec::Core::FlatMap
859
- private
860
-
861
- def flat_map(array, &block); end
862
-
863
- class << self
864
- def flat_map(array, &block); end
865
- end
866
- end
867
-
868
- module RSpec::Core::Formatters
869
- class << self
870
- def register(formatter_class, *notifications); end
871
- end
872
- end
873
-
874
- class RSpec::Core::Formatters::BaseBisectFormatter
875
- def initialize(expected_failures); end
876
-
877
- def example_failed(notification); end
878
- def example_finished(notification); end
879
- def start_dump(_notification); end
880
-
881
- class << self
882
- def inherited(formatter); end
883
- end
884
- end
885
-
886
- class RSpec::Core::Formatters::BaseFormatter
887
- def initialize(output); end
888
-
889
- def close(_notification); end
890
- def example_group; end
891
- def example_group=(_arg0); end
892
- def example_group_started(notification); end
893
- def output; end
894
- def start(notification); end
895
-
896
- private
897
-
898
- def output_supports_sync; end
899
- def restore_sync_output; end
900
- def start_sync_output; end
901
- end
902
-
903
- class RSpec::Core::Formatters::BaseTextFormatter < ::RSpec::Core::Formatters::BaseFormatter
904
- def close(_notification); end
905
- def dump_failures(notification); end
906
- def dump_pending(notification); end
907
- def dump_summary(summary); end
908
- def message(notification); end
909
- def seed(notification); end
910
- end
911
-
912
- class RSpec::Core::Formatters::BisectDRbFormatter < ::RSpec::Core::Formatters::BaseBisectFormatter
913
- def initialize(_output); end
914
-
915
- def notify_results(results); end
916
- end
917
-
918
- module RSpec::Core::Formatters::ConsoleCodes
919
- private
920
-
921
- def config_colors_to_methods; end
922
- def console_code_for(code_or_symbol); end
923
- def wrap(text, code_or_symbol); end
924
-
925
- class << self
926
- def config_colors_to_methods; end
927
- def console_code_for(code_or_symbol); end
928
- def wrap(text, code_or_symbol); end
929
- end
930
- end
931
-
932
- RSpec::Core::Formatters::ConsoleCodes::VT100_CODES = T.let(T.unsafe(nil), Hash)
933
- RSpec::Core::Formatters::ConsoleCodes::VT100_CODE_VALUES = T.let(T.unsafe(nil), Hash)
934
-
935
- class RSpec::Core::Formatters::DeprecationFormatter
936
- def initialize(deprecation_stream, summary_stream); end
937
-
938
- def count; end
939
- def deprecation(notification); end
940
- def deprecation_message_for(data); end
941
- def deprecation_stream; end
942
- def deprecation_summary(_notification); end
943
- def output; end
944
- def printer; end
945
- def summary_stream; end
946
- end
947
-
948
- RSpec::Core::Formatters::DeprecationFormatter::DEPRECATION_STREAM_NOTICE = T.let(T.unsafe(nil), String)
949
-
950
- class RSpec::Core::Formatters::DeprecationFormatter::DelayedPrinter
951
- def initialize(deprecation_stream, summary_stream, deprecation_formatter); end
952
-
953
- def deprecation_formatter; end
954
- def deprecation_stream; end
955
- def deprecation_summary; end
956
- def print_deferred_deprecation_warnings; end
957
- def print_deprecation_message(data); end
958
- def stash_deprecation_message(deprecation_message); end
959
- def summary_stream; end
960
- end
961
-
962
- RSpec::Core::Formatters::DeprecationFormatter::DelayedPrinter::TOO_MANY_USES_LIMIT = T.let(T.unsafe(nil), Integer)
963
-
964
- class RSpec::Core::Formatters::DeprecationFormatter::FileStream
965
- def initialize(file); end
966
-
967
- def puts(*args); end
968
- def summarize(summary_stream, deprecation_count); end
969
- end
970
-
971
- class RSpec::Core::Formatters::DeprecationFormatter::GeneratedDeprecationMessage < ::Struct
972
- def initialize(data); end
973
-
974
- def to_s; end
975
- def too_many_warnings_message; end
976
- def type; end
977
- def type=(_); end
978
-
979
- class << self
980
- def [](*_arg0); end
981
- def inspect; end
982
- def members; end
983
- def new(*_arg0); end
984
- end
985
- end
986
-
987
- class RSpec::Core::Formatters::DeprecationFormatter::ImmediatePrinter
988
- def initialize(deprecation_stream, summary_stream, deprecation_formatter); end
989
-
990
- def deprecation_formatter; end
991
- def deprecation_stream; end
992
- def deprecation_summary; end
993
- def print_deprecation_message(data); end
994
- def summary_stream; end
995
- end
996
-
997
- RSpec::Core::Formatters::DeprecationFormatter::RAISE_ERROR_CONFIG_NOTICE = T.let(T.unsafe(nil), String)
998
-
999
- class RSpec::Core::Formatters::DeprecationFormatter::RaiseErrorStream
1000
- def puts(message); end
1001
- def summarize(summary_stream, deprecation_count); end
1002
- end
1003
-
1004
- class RSpec::Core::Formatters::DeprecationFormatter::SpecifiedDeprecationMessage < ::Struct
1005
- def initialize(data); end
1006
-
1007
- def to_s; end
1008
- def too_many_warnings_message; end
1009
- def type; end
1010
- def type=(_); end
1011
-
1012
- private
1013
-
1014
- def deprecation_type_for(data); end
1015
- def output_formatted(str); end
1016
-
1017
- class << self
1018
- def [](*_arg0); end
1019
- def inspect; end
1020
- def members; end
1021
- def new(*_arg0); end
1022
- end
1023
- end
1024
-
1025
- RSpec::Core::Formatters::DeprecationFormatter::TOO_MANY_WARNINGS_NOTICE = T.let(T.unsafe(nil), String)
1026
-
1027
- class RSpec::Core::Formatters::DocumentationFormatter < ::RSpec::Core::Formatters::BaseTextFormatter
1028
- def initialize(output); end
1029
-
1030
- def example_failed(failure); end
1031
- def example_group_finished(_notification); end
1032
- def example_group_started(notification); end
1033
- def example_passed(passed); end
1034
- def example_pending(pending); end
1035
- def example_started(_notification); end
1036
- def message(notification); end
1037
-
1038
- private
1039
-
1040
- def current_indentation(offset = T.unsafe(nil)); end
1041
- def failure_output(example); end
1042
- def flush_messages; end
1043
- def next_failure_index; end
1044
- def passed_output(example); end
1045
- def pending_output(example, message); end
1046
- end
1047
-
1048
- class RSpec::Core::Formatters::ExceptionPresenter
1049
- def initialize(exception, example, options = T.unsafe(nil)); end
1050
-
1051
- def colorized_formatted_backtrace(colorizer = T.unsafe(nil)); end
1052
- def colorized_message_lines(colorizer = T.unsafe(nil)); end
1053
- def description; end
1054
- def example; end
1055
- def exception; end
1056
- def formatted_backtrace(exception = T.unsafe(nil)); end
1057
- def formatted_cause(exception); end
1058
- def fully_formatted(failure_number, colorizer = T.unsafe(nil)); end
1059
- def fully_formatted_lines(failure_number, colorizer); end
1060
- def message_lines; end
1061
-
1062
- private
1063
-
1064
- def add_shared_group_lines(lines, colorizer); end
1065
- def backtrace_formatter; end
1066
- def detail_formatter; end
1067
- def encoded_description(description); end
1068
- def encoded_string(string); end
1069
- def encoding_of(string); end
1070
- def exception_backtrace; end
1071
- def exception_class_name(exception = T.unsafe(nil)); end
1072
- def exception_lines; end
1073
- def exception_message_string(exception); end
1074
- def extra_detail_formatter; end
1075
- def extra_failure_lines; end
1076
- def failure_lines; end
1077
- def failure_slash_error_lines; end
1078
- def final_exception(exception, previous = T.unsafe(nil)); end
1079
- def find_failed_line; end
1080
- def formatted_message_and_backtrace(colorizer); end
1081
- def indent_lines(lines, failure_number); end
1082
- def message_color; end
1083
- def read_failed_lines; end
1084
- end
1085
-
1086
- class RSpec::Core::Formatters::ExceptionPresenter::Factory
1087
- def initialize(example); end
1088
-
1089
- def build; end
1090
-
1091
- private
1092
-
1093
- def multiple_exception_summarizer(exception, prior_detail_formatter, color); end
1094
- def multiple_exceptions_error?(exception); end
1095
- def options; end
1096
- def pending_options; end
1097
- def sub_failure_list_formatter(exception, message_color); end
1098
- def with_multiple_error_options_as_needed(exception, options); end
1099
- end
1100
-
1101
- class RSpec::Core::Formatters::ExceptionPresenter::Factory::CommonBacktraceTruncater
1102
- def initialize(parent); end
1103
-
1104
- def with_truncated_backtrace(child); end
1105
- end
1106
-
1107
- module RSpec::Core::Formatters::ExceptionPresenter::Factory::EmptyBacktraceFormatter
1108
- class << self
1109
- def format_backtrace(*_arg0); end
1110
- end
1111
- end
1112
-
1113
- RSpec::Core::Formatters::ExceptionPresenter::PENDING_DETAIL_FORMATTER = T.let(T.unsafe(nil), Proc)
1114
-
1115
- class RSpec::Core::Formatters::FailureListFormatter < ::RSpec::Core::Formatters::BaseFormatter
1116
- def dump_profile(_profile); end
1117
- def example_failed(failure); end
1118
- def message(_message); end
1119
- end
1120
-
1121
- class RSpec::Core::Formatters::FallbackMessageFormatter
1122
- def initialize(output); end
1123
-
1124
- def message(notification); end
1125
- def output; end
1126
- end
1127
-
1128
- module RSpec::Core::Formatters::Helpers
1129
- class << self
1130
- def format_duration(duration); end
1131
- def format_seconds(float, precision = T.unsafe(nil)); end
1132
- def organize_ids(ids); end
1133
- def pluralize(count, string); end
1134
-
1135
- private
1136
-
1137
- def strip_trailing_zeroes(string); end
1138
- end
1139
- end
1140
-
1141
- RSpec::Core::Formatters::Helpers::DEFAULT_PRECISION = T.let(T.unsafe(nil), Integer)
1142
- RSpec::Core::Formatters::Helpers::SUB_SECOND_PRECISION = T.let(T.unsafe(nil), Integer)
1143
-
1144
- class RSpec::Core::Formatters::HtmlFormatter < ::RSpec::Core::Formatters::BaseFormatter
1145
- def initialize(output); end
1146
-
1147
- def dump_summary(summary); end
1148
- def example_failed(failure); end
1149
- def example_group_started(notification); end
1150
- def example_passed(passed); end
1151
- def example_pending(pending); end
1152
- def example_started(_notification); end
1153
- def start(notification); end
1154
- def start_dump(_notification); end
1155
-
1156
- private
1157
-
1158
- def example_group_number; end
1159
- def example_number; end
1160
- def extra_failure_content(failure); end
1161
- def percent_done; end
1162
- end
1163
-
1164
- class RSpec::Core::Formatters::HtmlPrinter
1165
- include ::ERB::Util
1166
-
1167
- def initialize(output); end
1168
-
1169
- def flush; end
1170
- def make_example_group_header_red(group_id); end
1171
- def make_example_group_header_yellow(group_id); end
1172
- def make_header_red; end
1173
- def make_header_yellow; end
1174
- def move_progress(percent_done); end
1175
- def print_example_failed(pending_fixed, description, run_time, failure_id, exception, extra_content); end
1176
- def print_example_group_end; end
1177
- def print_example_group_start(group_id, description, number_of_parents); end
1178
- def print_example_passed(description, run_time); end
1179
- def print_example_pending(description, pending_message); end
1180
- def print_html_start; end
1181
- def print_summary(duration, example_count, failure_count, pending_count); end
1182
-
1183
- private
1184
-
1185
- def indentation_style(number_of_parents); end
1186
- end
1187
-
1188
- RSpec::Core::Formatters::HtmlPrinter::GLOBAL_SCRIPTS = T.let(T.unsafe(nil), String)
1189
- RSpec::Core::Formatters::HtmlPrinter::GLOBAL_STYLES = T.let(T.unsafe(nil), String)
1190
- RSpec::Core::Formatters::HtmlPrinter::HTML_HEADER = T.let(T.unsafe(nil), String)
1191
- RSpec::Core::Formatters::HtmlPrinter::REPORT_HEADER = T.let(T.unsafe(nil), String)
1192
-
1193
- class RSpec::Core::Formatters::JsonFormatter < ::RSpec::Core::Formatters::BaseFormatter
1194
- def initialize(output); end
1195
-
1196
- def close(_notification); end
1197
- def dump_profile(profile); end
1198
- def dump_profile_slowest_example_groups(profile); end
1199
- def dump_profile_slowest_examples(profile); end
1200
- def dump_summary(summary); end
1201
- def message(notification); end
1202
- def output_hash; end
1203
- def seed(notification); end
1204
- def stop(notification); end
1205
-
1206
- private
1207
-
1208
- def format_example(example); end
1209
- end
1210
-
1211
- class RSpec::Core::Formatters::Loader
1212
- def initialize(reporter); end
1213
-
1214
- def add(formatter_to_use, *paths); end
1215
- def default_formatter; end
1216
- def default_formatter=(_arg0); end
1217
- def formatters; end
1218
- def prepare_default(output_stream, deprecation_stream); end
1219
- def reporter; end
1220
- def setup_default(output_stream, deprecation_stream); end
1221
-
1222
- private
1223
-
1224
- def built_in_formatter(key); end
1225
- def custom_formatter(formatter_ref); end
1226
- def duplicate_formatter_exists?(new_formatter); end
1227
- def existing_formatter_implements?(notification); end
1228
- def find_formatter(formatter_to_use); end
1229
- def notifications_for(formatter_class); end
1230
- def open_stream(path_or_wrapper); end
1231
- def path_for(const_ref); end
1232
- def register(formatter, notifications); end
1233
- def string_const?(str); end
1234
- def underscore(camel_cased_word); end
1235
- def underscore_with_fix_for_non_standard_rspec_naming(string); end
1236
-
1237
- class << self
1238
- def formatters; end
1239
- end
1240
- end
1241
-
1242
- class RSpec::Core::Formatters::ProfileFormatter
1243
- def initialize(output); end
1244
-
1245
- def dump_profile(profile); end
1246
- def output; end
1247
-
1248
- private
1249
-
1250
- def bold(text); end
1251
- def dump_profile_slowest_example_groups(profile); end
1252
- def dump_profile_slowest_examples(profile); end
1253
- def format_caller(caller_info); end
1254
- end
1255
-
1256
- class RSpec::Core::Formatters::ProgressFormatter < ::RSpec::Core::Formatters::BaseTextFormatter
1257
- def example_failed(_notification); end
1258
- def example_passed(_notification); end
1259
- def example_pending(_notification); end
1260
- def start_dump(_notification); end
1261
- end
1262
-
1263
- class RSpec::Core::Formatters::SnippetExtractor
1264
- def initialize(source, beginning_line_number, max_line_count = T.unsafe(nil)); end
1265
-
1266
- def beginning_line_number; end
1267
- def expression_lines; end
1268
- def max_line_count; end
1269
- def source; end
1270
-
1271
- private
1272
-
1273
- def expression_node; end
1274
- def expression_outmost_node?(node); end
1275
- def line_range_of_expression; end
1276
- def line_range_of_location_nodes_in_expression; end
1277
- def location_nodes_at_beginning_line; end
1278
- def unclosed_tokens_in_line_range(line_range); end
1279
-
1280
- class << self
1281
- def extract_expression_lines_at(file_path, beginning_line_number, max_line_count = T.unsafe(nil)); end
1282
- def extract_line_at(file_path, line_number); end
1283
- def least_indentation_from(lines); end
1284
- def source_from_file(path); end
1285
- end
1286
- end
1287
-
1288
- class RSpec::Core::Formatters::SnippetExtractor::NoExpressionAtLineError < ::StandardError; end
1289
- class RSpec::Core::Formatters::SnippetExtractor::NoSuchFileError < ::StandardError; end
1290
- class RSpec::Core::Formatters::SnippetExtractor::NoSuchLineError < ::StandardError; end
1291
-
1292
- class RSpec::Core::Formatters::SyntaxHighlighter
1293
- def initialize(configuration); end
1294
-
1295
- def highlight(lines); end
1296
-
1297
- private
1298
-
1299
- def color_enabled_implementation; end
1300
- def implementation; end
1301
-
1302
- class << self
1303
- def attempt_to_add_rspec_terms_to_coderay_keywords; end
1304
- end
1305
- end
1306
-
1307
- module RSpec::Core::Formatters::SyntaxHighlighter::CodeRayImplementation
1308
- class << self
1309
- def highlight_syntax(lines); end
1310
- end
1311
- end
1312
-
1313
- RSpec::Core::Formatters::SyntaxHighlighter::CodeRayImplementation::RESET_CODE = T.let(T.unsafe(nil), String)
1314
-
1315
- module RSpec::Core::Formatters::SyntaxHighlighter::NoSyntaxHighlightingImplementation
1316
- class << self
1317
- def highlight_syntax(lines); end
1318
- end
1319
- end
1320
-
1321
- RSpec::Core::Formatters::SyntaxHighlighter::WindowsImplementation = RSpec::Core::Formatters::SyntaxHighlighter::NoSyntaxHighlightingImplementation
1322
-
1323
- module RSpec::Core::HashImitatable
1324
- mixes_in_class_methods ::RSpec::Core::HashImitatable::ClassMethods
1325
-
1326
- def <(*args, &block); end
1327
- def <=(*args, &block); end
1328
- def >(*args, &block); end
1329
- def >=(*args, &block); end
1330
- def [](key); end
1331
- def []=(key, value); end
1332
- def all?(*args, &block); end
1333
- def any?(*args, &block); end
1334
- def assoc(*args, &block); end
1335
- def chain(*args, &block); end
1336
- def chunk(*args, &block); end
1337
- def chunk_while(*args, &block); end
1338
- def clear(*args, &block); end
1339
- def collect(*args, &block); end
1340
- def collect_concat(*args, &block); end
1341
- def compact(*args, &block); end
1342
- def compact!(*args, &block); end
1343
- def compare_by_identity(*args, &block); end
1344
- def compare_by_identity?(*args, &block); end
1345
- def count(*args, &block); end
1346
- def cycle(*args, &block); end
1347
- def deconstruct_keys(*args, &block); end
1348
- def deep_merge(*args, &block); end
1349
- def deep_merge!(*args, &block); end
1350
- def default(*args, &block); end
1351
- def default=(*args, &block); end
1352
- def default_proc(*args, &block); end
1353
- def default_proc=(*args, &block); end
1354
- def delete(*args, &block); end
1355
- def delete_if(*args, &block); end
1356
- def detect(*args, &block); end
1357
- def dig(*args, &block); end
1358
- def drop(*args, &block); end
1359
- def drop_while(*args, &block); end
1360
- def each(*args, &block); end
1361
- def each_cons(*args, &block); end
1362
- def each_entry(*args, &block); end
1363
- def each_key(*args, &block); end
1364
- def each_pair(*args, &block); end
1365
- def each_slice(*args, &block); end
1366
- def each_value(*args, &block); end
1367
- def each_with_index(*args, &block); end
1368
- def each_with_object(*args, &block); end
1369
- def empty?(*args, &block); end
1370
- def entries(*args, &block); end
1371
- def except(*args, &block); end
1372
- def except!(*args, &block); end
1373
- def extract!(*args, &block); end
1374
- def fetch(*args, &block); end
1375
- def fetch_values(*args, &block); end
1376
- def filter(*args, &block); end
1377
- def filter!(*args, &block); end
1378
- def filter_map(*args, &block); end
1379
- def find(*args, &block); end
1380
- def find_all(*args, &block); end
1381
- def find_index(*args, &block); end
1382
- def first(*args, &block); end
1383
- def flat_map(*args, &block); end
1384
- def flatten(*args, &block); end
1385
- def grep(*args, &block); end
1386
- def grep_v(*args, &block); end
1387
- def group_by(*args, &block); end
1388
- def has_key?(*args, &block); end
1389
- def has_value?(*args, &block); end
1390
- def include?(*args, &block); end
1391
- def inject(*args, &block); end
1392
- def invert(*args, &block); end
1393
- def keep_if(*args, &block); end
1394
- def key(*args, &block); end
1395
- def key?(*args, &block); end
1396
- def keys(*args, &block); end
1397
- def lazy(*args, &block); end
1398
- def length(*args, &block); end
1399
- def map(*args, &block); end
1400
- def max(*args, &block); end
1401
- def max_by(*args, &block); end
1402
- def member?(*args, &block); end
1403
- def merge(*args, &block); end
1404
- def merge!(*args, &block); end
1405
- def min(*args, &block); end
1406
- def min_by(*args, &block); end
1407
- def minmax(*args, &block); end
1408
- def minmax_by(*args, &block); end
1409
- def none?(*args, &block); end
1410
- def one?(*args, &block); end
1411
- def partition(*args, &block); end
1412
- def rassoc(*args, &block); end
1413
- def reduce(*args, &block); end
1414
- def rehash(*args, &block); end
1415
- def reject(*args, &block); end
1416
- def reject!(*args, &block); end
1417
- def replace(*args, &block); end
1418
- def reverse_each(*args, &block); end
1419
- def select(*args, &block); end
1420
- def select!(*args, &block); end
1421
- def shift(*args, &block); end
1422
- def size(*args, &block); end
1423
- def slice(*args, &block); end
1424
- def slice!(*args, &block); end
1425
- def slice_after(*args, &block); end
1426
- def slice_before(*args, &block); end
1427
- def slice_when(*args, &block); end
1428
- def sort(*args, &block); end
1429
- def sort_by(*args, &block); end
1430
- def store(*args, &block); end
1431
- def sum(*args, &block); end
1432
- def take(*args, &block); end
1433
- def take_while(*args, &block); end
1434
- def tally(*args, &block); end
1435
- def to_a(*args, &block); end
1436
- def to_h; end
1437
- def to_hash(*args, &block); end
1438
- def to_proc(*args, &block); end
1439
- def to_set(*args, &block); end
1440
- def transform_keys(*args, &block); end
1441
- def transform_keys!(*args, &block); end
1442
- def transform_values(*args, &block); end
1443
- def transform_values!(*args, &block); end
1444
- def uniq(*args, &block); end
1445
- def update(*args, &block); end
1446
- def value?(*args, &block); end
1447
- def values(*args, &block); end
1448
- def values_at(*args, &block); end
1449
- def zip(*args, &block); end
1450
-
1451
- private
1452
-
1453
- def directly_supports_attribute?(name); end
1454
- def extra_hash_attributes; end
1455
- def get_value(name); end
1456
- def hash_for_delegation; end
1457
- def issue_deprecation(_method_name, *_args); end
1458
- def set_value(name, value); end
1459
-
1460
- class << self
1461
- def included(klass); end
1462
- end
1463
- end
1464
-
1465
- module RSpec::Core::HashImitatable::ClassMethods
1466
- def attr_accessor(*names); end
1467
- def hash_attribute_names; end
1468
- end
1469
-
1470
- module RSpec::Core::Hooks
1471
- def after(*args, &block); end
1472
- def append_after(*args, &block); end
1473
- def append_before(*args, &block); end
1474
- def around(*args, &block); end
1475
- def before(*args, &block); end
1476
- def hooks; end
1477
- def prepend_after(*args, &block); end
1478
- def prepend_before(*args, &block); end
1479
- end
1480
-
1481
- class RSpec::Core::Hooks::AfterContextHook < ::RSpec::Core::Hooks::Hook
1482
- def run(example); end
1483
- end
1484
-
1485
- class RSpec::Core::Hooks::AfterHook < ::RSpec::Core::Hooks::Hook
1486
- def run(example); end
1487
- end
1488
-
1489
- class RSpec::Core::Hooks::AroundHook < ::RSpec::Core::Hooks::Hook
1490
- def execute_with(example, procsy); end
1491
- def hook_description; end
1492
- end
1493
-
1494
- class RSpec::Core::Hooks::BeforeHook < ::RSpec::Core::Hooks::Hook
1495
- def run(example); end
1496
- end
1497
-
1498
- class RSpec::Core::Hooks::Hook < ::Struct
1499
- def block; end
1500
- def block=(_); end
1501
- def options; end
1502
- def options=(_); end
1503
-
1504
- class << self
1505
- def [](*_arg0); end
1506
- def inspect; end
1507
- def members; end
1508
- def new(*_arg0); end
1509
- end
1510
- end
1511
-
1512
- class RSpec::Core::Hooks::HookCollections
1513
- def initialize(owner, filterable_item_repo_class); end
1514
-
1515
- def register(prepend_or_append, position, *args, &block); end
1516
- def register_global_singleton_context_hooks(example, globals); end
1517
- def register_globals(host, globals); end
1518
- def run(position, scope, example_or_group); end
1519
-
1520
- protected
1521
-
1522
- def all_hooks_for(position, scope); end
1523
- def matching_hooks_for(position, scope, example_or_group); end
1524
- def processable_hooks_for(position, scope, host); end
1525
- def run_owned_hooks_for(position, scope, example_or_group); end
1526
-
1527
- private
1528
-
1529
- def ensure_hooks_initialized_for(position, scope); end
1530
- def extract_scope_from(args); end
1531
- def hooks_for(position, scope); end
1532
- def known_scope?(scope); end
1533
- def normalized_scope_for(scope); end
1534
- def owner_parent_groups; end
1535
- def process(host, parent_groups, globals, position, scope); end
1536
- def run_around_example_hooks_for(example); end
1537
- def run_example_hooks_for(example, position, each_method); end
1538
- def scope_and_options_from(*args); end
1539
- end
1540
-
1541
- RSpec::Core::Hooks::HookCollections::EMPTY_HOOK_ARRAY = T.let(T.unsafe(nil), Array)
1542
- RSpec::Core::Hooks::HookCollections::HOOK_TYPES = T.let(T.unsafe(nil), Hash)
1543
- RSpec::Core::Hooks::HookCollections::SCOPES = T.let(T.unsafe(nil), Array)
1544
- RSpec::Core::Hooks::HookCollections::SCOPE_ALIASES = T.let(T.unsafe(nil), Hash)
1545
-
1546
- class RSpec::Core::InclusionRules < ::RSpec::Core::FilterRules
1547
- def add(*args); end
1548
- def add_with_low_priority(*args); end
1549
- def include_example?(example); end
1550
- def split_file_scoped_rules; end
1551
- def standalone?; end
1552
-
1553
- private
1554
-
1555
- def apply_standalone_filter(updated); end
1556
- def is_standalone_filter?(rules); end
1557
- def replace_filters(new_rules); end
1558
- end
1559
-
1560
- module RSpec::Core::Invocations; end
1561
-
1562
- class RSpec::Core::Invocations::Bisect
1563
- def call(options, err, out); end
1564
-
1565
- private
1566
-
1567
- def bisect_formatter_klass_for(argument); end
1568
- end
1569
-
1570
- class RSpec::Core::Invocations::DRbWithFallback
1571
- def call(options, err, out); end
1572
- end
1573
-
1574
- class RSpec::Core::Invocations::InitializeProject
1575
- def call(*_args); end
1576
- end
1577
-
1578
- class RSpec::Core::Invocations::PrintHelp < ::Struct
1579
- def call(_options, _err, out); end
1580
- def hidden_options; end
1581
- def hidden_options=(_); end
1582
- def parser; end
1583
- def parser=(_); end
1584
-
1585
- class << self
1586
- def [](*_arg0); end
1587
- def inspect; end
1588
- def members; end
1589
- def new(*_arg0); end
1590
- end
1591
- end
1592
-
1593
- class RSpec::Core::Invocations::PrintVersion
1594
- def call(_options, _err, out); end
1595
- end
1596
-
1597
- class RSpec::Core::LegacyExampleGroupHash
1598
- include ::RSpec::Core::HashImitatable
1599
- extend ::RSpec::Core::HashImitatable::ClassMethods
1600
-
1601
- def initialize(metadata); end
1602
-
1603
- def to_h; end
1604
-
1605
- private
1606
-
1607
- def directly_supports_attribute?(name); end
1608
- def get_value(name); end
1609
- def set_value(name, value); end
1610
- end
1611
-
1612
- module RSpec::Core::MemoizedHelpers
1613
- def initialize(*_arg0); end
1614
-
1615
- def is_expected; end
1616
- def should(matcher = T.unsafe(nil), message = T.unsafe(nil)); end
1617
- def should_not(matcher = T.unsafe(nil), message = T.unsafe(nil)); end
1618
- def subject; end
1619
-
1620
- private
1621
-
1622
- def __init_memoized; end
1623
- def __memoized; end
1624
-
1625
- class << self
1626
- def define_helpers_on(example_group); end
1627
- def get_constant_or_yield(example_group, name); end
1628
- def module_for(example_group); end
1629
- end
1630
- end
1631
-
1632
- module RSpec::Core::MemoizedHelpers::ClassMethods
1633
- def let(name, &block); end
1634
- def let!(name, &block); end
1635
- def subject(name = T.unsafe(nil), &block); end
1636
- def subject!(name = T.unsafe(nil), &block); end
1637
- end
1638
-
1639
- class RSpec::Core::MemoizedHelpers::ContextHookMemoized
1640
- class << self
1641
- def fetch_or_store(key, &_block); end
1642
- def isolate_for_context_hook(example_group_instance); end
1643
- end
1644
- end
1645
-
1646
- class RSpec::Core::MemoizedHelpers::ContextHookMemoized::After < ::RSpec::Core::MemoizedHelpers::ContextHookMemoized
1647
- class << self
1648
- def article; end
1649
- def hook_expression; end
1650
- def hook_intention; end
1651
- end
1652
- end
1653
-
1654
- class RSpec::Core::MemoizedHelpers::ContextHookMemoized::Before < ::RSpec::Core::MemoizedHelpers::ContextHookMemoized
1655
- class << self
1656
- def article; end
1657
- def hook_expression; end
1658
- def hook_intention; end
1659
- end
1660
- end
1661
-
1662
- class RSpec::Core::MemoizedHelpers::NonThreadSafeMemoized
1663
- def initialize; end
1664
-
1665
- def fetch_or_store(key); end
1666
- end
1667
-
1668
- class RSpec::Core::MemoizedHelpers::ThreadsafeMemoized
1669
- def initialize; end
1670
-
1671
- def fetch_or_store(key); end
1672
- end
1673
-
1674
- module RSpec::Core::Metadata
1675
- class << self
1676
- def ascend(metadata); end
1677
- def ascending(metadata); end
1678
- def build_hash_from(args, warn_about_example_group_filtering = T.unsafe(nil)); end
1679
- def deep_hash_dup(object); end
1680
- def id_from(metadata); end
1681
- def location_tuple_from(metadata); end
1682
- def relative_path(line); end
1683
- def relative_path_regex; end
1684
- end
1685
- end
1686
-
1687
- class RSpec::Core::Metadata::ExampleGroupHash < ::RSpec::Core::Metadata::HashPopulator
1688
- private
1689
-
1690
- def described_class; end
1691
- def full_description; end
1692
-
1693
- class << self
1694
- def backwards_compatibility_default_proc(&example_group_selector); end
1695
- def create(parent_group_metadata, user_metadata, example_group_index, *args, &block); end
1696
- def hash_with_backwards_compatibility_default_proc; end
1697
- end
1698
- end
1699
-
1700
- class RSpec::Core::Metadata::ExampleHash < ::RSpec::Core::Metadata::HashPopulator
1701
- private
1702
-
1703
- def described_class; end
1704
- def full_description; end
1705
-
1706
- class << self
1707
- def create(group_metadata, user_metadata, index_provider, description, block); end
1708
- end
1709
- end
1710
-
1711
- class RSpec::Core::Metadata::HashPopulator
1712
- def initialize(metadata, user_metadata, index_provider, description_args, block); end
1713
-
1714
- def block; end
1715
- def description_args; end
1716
- def metadata; end
1717
- def populate; end
1718
- def user_metadata; end
1719
-
1720
- private
1721
-
1722
- def build_description_from(parent_description = T.unsafe(nil), my_description = T.unsafe(nil)); end
1723
- def build_scoped_id_for(file_path); end
1724
- def description_separator(parent_part, child_part); end
1725
- def ensure_valid_user_keys; end
1726
- def file_path_and_line_number_from(backtrace); end
1727
- def populate_location_attributes; end
1728
- end
1729
-
1730
- RSpec::Core::Metadata::RESERVED_KEYS = T.let(T.unsafe(nil), Array)
1731
-
1732
- module RSpec::Core::MetadataFilter
1733
- class << self
1734
- def apply?(predicate, filters, metadata); end
1735
- def filter_applies?(key, filter_value, metadata); end
1736
- def silence_metadata_example_group_deprecations; end
1737
-
1738
- private
1739
-
1740
- def filter_applies_to_any_value?(key, value, metadata); end
1741
- def filters_apply?(key, value, metadata); end
1742
- def id_filter_applies?(rerun_paths_to_scoped_ids, metadata); end
1743
- def location_filter_applies?(locations, metadata); end
1744
- def proc_filter_applies?(key, proc, metadata); end
1745
- end
1746
- end
1747
-
1748
- class RSpec::Core::MultipleExceptionError < ::StandardError
1749
- include ::RSpec::Core::MultipleExceptionError::InterfaceTag
1750
-
1751
- def initialize(*exceptions); end
1752
-
1753
- def aggregation_block_label; end
1754
- def aggregation_metadata; end
1755
- def all_exceptions; end
1756
- def exception_count_description; end
1757
- def failures; end
1758
- def message; end
1759
- def other_errors; end
1760
- def summary; end
1761
- end
1762
-
1763
- module RSpec::Core::MultipleExceptionError::InterfaceTag
1764
- def add(exception); end
1765
-
1766
- class << self
1767
- def for(ex); end
1768
- end
1769
- end
1770
-
1771
- module RSpec::Core::Notifications; end
1772
-
1773
- class RSpec::Core::Notifications::CustomNotification < ::Struct
1774
- class << self
1775
- def for(options = T.unsafe(nil)); end
1776
- end
1777
- end
1778
-
1779
- class RSpec::Core::Notifications::DeprecationNotification < ::Struct
1780
- def call_site; end
1781
- def call_site=(_); end
1782
- def deprecated; end
1783
- def deprecated=(_); end
1784
- def message; end
1785
- def message=(_); end
1786
- def replacement; end
1787
- def replacement=(_); end
1788
-
1789
- class << self
1790
- def [](*_arg0); end
1791
- def from_hash(data); end
1792
- def inspect; end
1793
- def members; end
1794
-
1795
- private
1796
-
1797
- def new(*_arg0); end
1798
- end
1799
- end
1800
-
1801
- class RSpec::Core::Notifications::ExampleNotification < ::Struct
1802
- def example; end
1803
- def example=(_); end
1804
-
1805
- class << self
1806
- def [](*_arg0); end
1807
- def for(example); end
1808
- def inspect; end
1809
- def members; end
1810
-
1811
- private
1812
-
1813
- def new(*_arg0); end
1814
- end
1815
- end
1816
-
1817
- class RSpec::Core::Notifications::ExamplesNotification
1818
- def initialize(reporter); end
1819
-
1820
- def examples; end
1821
- def failed_examples; end
1822
- def failure_notifications; end
1823
- def fully_formatted_failed_examples(colorizer = T.unsafe(nil)); end
1824
- def fully_formatted_pending_examples(colorizer = T.unsafe(nil)); end
1825
- def notifications; end
1826
- def pending_examples; end
1827
- def pending_notifications; end
1828
-
1829
- private
1830
-
1831
- def format_examples(examples); end
1832
- end
1833
-
1834
- class RSpec::Core::Notifications::FailedExampleNotification < ::RSpec::Core::Notifications::ExampleNotification
1835
- def initialize(example, exception_presenter = T.unsafe(nil)); end
1836
-
1837
- def colorized_formatted_backtrace(colorizer = T.unsafe(nil)); end
1838
- def colorized_message_lines(colorizer = T.unsafe(nil)); end
1839
- def description; end
1840
- def exception; end
1841
- def formatted_backtrace; end
1842
- def fully_formatted(failure_number, colorizer = T.unsafe(nil)); end
1843
- def fully_formatted_lines(failure_number, colorizer = T.unsafe(nil)); end
1844
- def message_lines; end
1845
- end
1846
-
1847
- class RSpec::Core::Notifications::GroupNotification < ::Struct
1848
- def group; end
1849
- def group=(_); end
1850
-
1851
- class << self
1852
- def [](*_arg0); end
1853
- def inspect; end
1854
- def members; end
1855
- def new(*_arg0); end
1856
- end
1857
- end
1858
-
1859
- class RSpec::Core::Notifications::MessageNotification < ::Struct
1860
- def message; end
1861
- def message=(_); end
1862
-
1863
- class << self
1864
- def [](*_arg0); end
1865
- def inspect; end
1866
- def members; end
1867
- def new(*_arg0); end
1868
- end
1869
- end
1870
-
1871
- module RSpec::Core::Notifications::NullColorizer
1872
- private
1873
-
1874
- def wrap(line, _code_or_symbol); end
1875
-
1876
- class << self
1877
- def wrap(line, _code_or_symbol); end
1878
- end
1879
- end
1880
-
1881
- class RSpec::Core::Notifications::NullNotification; end
1882
- class RSpec::Core::Notifications::PendingExampleFailedAsExpectedNotification < ::RSpec::Core::Notifications::FailedExampleNotification; end
1883
- class RSpec::Core::Notifications::PendingExampleFixedNotification < ::RSpec::Core::Notifications::FailedExampleNotification; end
1884
-
1885
- class RSpec::Core::Notifications::ProfileNotification
1886
- def initialize(duration, examples, number_of_examples, example_groups); end
1887
-
1888
- def duration; end
1889
- def examples; end
1890
- def number_of_examples; end
1891
- def percentage; end
1892
- def slow_duration; end
1893
- def slowest_examples; end
1894
- def slowest_groups; end
1895
-
1896
- private
1897
-
1898
- def calculate_slowest_groups; end
1899
- end
1900
-
1901
- class RSpec::Core::Notifications::SeedNotification < ::Struct
1902
- def fully_formatted; end
1903
- def seed; end
1904
- def seed=(_); end
1905
- def seed_used?; end
1906
- def used=(_); end
1907
-
1908
- private
1909
-
1910
- def used; end
1911
-
1912
- class << self
1913
- def [](*_arg0); end
1914
- def inspect; end
1915
- def members; end
1916
- def new(*_arg0); end
1917
- end
1918
- end
1919
-
1920
- class RSpec::Core::Notifications::SkippedExampleNotification < ::RSpec::Core::Notifications::ExampleNotification
1921
- def fully_formatted(pending_number, colorizer = T.unsafe(nil)); end
1922
- end
1923
-
1924
- class RSpec::Core::Notifications::StartNotification < ::Struct
1925
- def count; end
1926
- def count=(_); end
1927
- def load_time; end
1928
- def load_time=(_); end
1929
-
1930
- class << self
1931
- def [](*_arg0); end
1932
- def inspect; end
1933
- def members; end
1934
- def new(*_arg0); end
1935
- end
1936
- end
1937
-
1938
- class RSpec::Core::Notifications::SummaryNotification < ::Struct
1939
- include ::RSpec::Core::ShellEscape
1940
-
1941
- def colorized_rerun_commands(colorizer = T.unsafe(nil)); end
1942
- def colorized_totals_line(colorizer = T.unsafe(nil)); end
1943
- def duration; end
1944
- def duration=(_); end
1945
- def errors_outside_of_examples_count; end
1946
- def errors_outside_of_examples_count=(_); end
1947
- def example_count; end
1948
- def examples; end
1949
- def examples=(_); end
1950
- def failed_examples; end
1951
- def failed_examples=(_); end
1952
- def failure_count; end
1953
- def formatted_duration; end
1954
- def formatted_load_time; end
1955
- def fully_formatted(colorizer = T.unsafe(nil)); end
1956
- def load_time; end
1957
- def load_time=(_); end
1958
- def pending_count; end
1959
- def pending_examples; end
1960
- def pending_examples=(_); end
1961
- def totals_line; end
1962
-
1963
- private
1964
-
1965
- def duplicate_rerun_locations; end
1966
- def rerun_argument_for(example); end
1967
-
1968
- class << self
1969
- def [](*_arg0); end
1970
- def inspect; end
1971
- def members; end
1972
- def new(*_arg0); end
1973
- end
1974
- end
1975
-
1976
- class RSpec::Core::NullReporter
1977
- class << self
1978
- private
1979
-
1980
- def method_missing(*_arg0); end
1981
- end
1982
- end
1983
-
1984
- module RSpec::Core::Ordering; end
1985
-
1986
- class RSpec::Core::Ordering::ConfigurationManager
1987
- def initialize; end
1988
-
1989
- def force(hash); end
1990
- def order=(type); end
1991
- def ordering_registry; end
1992
- def register_ordering(name, strategy = T.unsafe(nil)); end
1993
- def seed; end
1994
- def seed=(seed); end
1995
- def seed_used?; end
1996
- end
1997
-
1998
- class RSpec::Core::Ordering::Custom
1999
- def initialize(callable); end
2000
-
2001
- def order(list); end
2002
- end
2003
-
2004
- class RSpec::Core::Ordering::Identity
2005
- def order(items); end
2006
- end
2007
-
2008
- class RSpec::Core::Ordering::Random
2009
- def initialize(configuration); end
2010
-
2011
- def order(items); end
2012
- def used?; end
2013
-
2014
- private
2015
-
2016
- def jenkins_hash_digest(string); end
2017
- end
2018
-
2019
- RSpec::Core::Ordering::Random::MAX_32_BIT = T.let(T.unsafe(nil), Integer)
2020
-
2021
- class RSpec::Core::Ordering::Registry
2022
- def initialize(configuration); end
2023
-
2024
- def fetch(name, &fallback); end
2025
- def register(sym, strategy); end
2026
- def used_random_seed?; end
2027
- end
2028
-
2029
- class RSpec::Core::OutputWrapper
2030
- def initialize(output); end
2031
-
2032
- def <<(*args, &block); end
2033
- def advise(*args, &block); end
2034
- def autoclose=(*args, &block); end
2035
- def autoclose?(*args, &block); end
2036
- def beep(*args, &block); end
2037
- def binmode(*args, &block); end
2038
- def binmode?(*args, &block); end
2039
- def check_winsize_changed(*args, &block); end
2040
- def clear_screen(*args, &block); end
2041
- def close(*args, &block); end
2042
- def close_on_exec=(*args, &block); end
2043
- def close_on_exec?(*args, &block); end
2044
- def close_read(*args, &block); end
2045
- def close_write(*args, &block); end
2046
- def closed?(*args, &block); end
2047
- def console_mode(*args, &block); end
2048
- def console_mode=(*args, &block); end
2049
- def cooked(*args, &block); end
2050
- def cooked!(*args, &block); end
2051
- def cursor(*args, &block); end
2052
- def cursor=(*args, &block); end
2053
- def cursor_down(*args, &block); end
2054
- def cursor_left(*args, &block); end
2055
- def cursor_right(*args, &block); end
2056
- def cursor_up(*args, &block); end
2057
- def each(*args, &block); end
2058
- def each_byte(*args, &block); end
2059
- def each_char(*args, &block); end
2060
- def each_codepoint(*args, &block); end
2061
- def each_line(*args, &block); end
2062
- def echo=(*args, &block); end
2063
- def echo?(*args, &block); end
2064
- def eof(*args, &block); end
2065
- def eof?(*args, &block); end
2066
- def erase_line(*args, &block); end
2067
- def erase_screen(*args, &block); end
2068
- def external_encoding(*args, &block); end
2069
- def fcntl(*args, &block); end
2070
- def fdatasync(*args, &block); end
2071
- def fileno(*args, &block); end
2072
- def flush(*args, &block); end
2073
- def fsync(*args, &block); end
2074
- def getbyte(*args, &block); end
2075
- def getc(*args, &block); end
2076
- def getch(*args, &block); end
2077
- def getpass(*args, &block); end
2078
- def gets(*args, &block); end
2079
- def goto(*args, &block); end
2080
- def goto_column(*args, &block); end
2081
- def iflush(*args, &block); end
2082
- def inspect(*args, &block); end
2083
- def internal_encoding(*args, &block); end
2084
- def ioctl(*args, &block); end
2085
- def ioflush(*args, &block); end
2086
- def isatty(*args, &block); end
2087
- def lineno(*args, &block); end
2088
- def lineno=(*args, &block); end
2089
- def method_missing(name, *args, &block); end
2090
- def noecho(*args, &block); end
2091
- def nonblock(*args, &block); end
2092
- def nonblock=(*args, &block); end
2093
- def nonblock?(*args, &block); end
2094
- def nread(*args, &block); end
2095
- def oflush(*args, &block); end
2096
- def output; end
2097
- def output=(_arg0); end
2098
- def pathconf(*args, &block); end
2099
- def pid(*args, &block); end
2100
- def pos(*args, &block); end
2101
- def pos=(*args, &block); end
2102
- def pread(*args, &block); end
2103
- def pressed?(*args, &block); end
2104
- def print(*args, &block); end
2105
- def printf(*args, &block); end
2106
- def putc(*args, &block); end
2107
- def puts(*args, &block); end
2108
- def pwrite(*args, &block); end
2109
- def raw(*args, &block); end
2110
- def raw!(*args, &block); end
2111
- def read(*args, &block); end
2112
- def read_nonblock(*args, &block); end
2113
- def readbyte(*args, &block); end
2114
- def readchar(*args, &block); end
2115
- def readline(*args, &block); end
2116
- def readlines(*args, &block); end
2117
- def readpartial(*args, &block); end
2118
- def ready?(*args, &block); end
2119
- def reopen(*args, &block); end
2120
- def respond_to?(name, priv = T.unsafe(nil)); end
2121
- def rewind(*args, &block); end
2122
- def scroll_backward(*args, &block); end
2123
- def scroll_forward(*args, &block); end
2124
- def seek(*args, &block); end
2125
- def set_encoding(*args, &block); end
2126
- def set_encoding_by_bom(*args, &block); end
2127
- def stat(*args, &block); end
2128
- def sync(*args, &block); end
2129
- def sync=(*args, &block); end
2130
- def sysread(*args, &block); end
2131
- def sysseek(*args, &block); end
2132
- def syswrite(*args, &block); end
2133
- def tell(*args, &block); end
2134
- def to_i(*args, &block); end
2135
- def to_io(*args, &block); end
2136
- def tty?(*args, &block); end
2137
- def ungetbyte(*args, &block); end
2138
- def ungetc(*args, &block); end
2139
- def wait(*args, &block); end
2140
- def wait_priority(*args, &block); end
2141
- def wait_readable(*args, &block); end
2142
- def wait_writable(*args, &block); end
2143
- def winsize(*args, &block); end
2144
- def winsize=(*args, &block); end
2145
- def write(*args, &block); end
2146
- def write_nonblock(*args, &block); end
2147
- end
2148
-
2149
- class RSpec::Core::Parser
2150
- def initialize(original_args); end
2151
-
2152
- def original_args; end
2153
- def parse(source = T.unsafe(nil)); end
2154
-
2155
- private
2156
-
2157
- def add_tag_filter(options, filter_type, tag_name, value = T.unsafe(nil)); end
2158
- def configure_only_failures(options); end
2159
- def parser(options); end
2160
- def set_fail_fast(options, value); end
2161
-
2162
- class << self
2163
- def parse(args, source = T.unsafe(nil)); end
2164
- end
2165
- end
2166
-
2167
- module RSpec::Core::Pending
2168
- def pending(message = T.unsafe(nil)); end
2169
- def skip(message = T.unsafe(nil)); end
2170
-
2171
- class << self
2172
- def mark_fixed!(example); end
2173
- def mark_pending!(example, message_or_bool); end
2174
- def mark_skipped!(example, message_or_bool); end
2175
- end
2176
- end
2177
-
2178
- RSpec::Core::Pending::NOT_YET_IMPLEMENTED = T.let(T.unsafe(nil), String)
2179
- RSpec::Core::Pending::NO_REASON_GIVEN = T.let(T.unsafe(nil), String)
2180
- class RSpec::Core::Pending::PendingExampleFixedError < ::StandardError; end
2181
-
2182
- class RSpec::Core::Pending::SkipDeclaredInExample < ::StandardError
2183
- def initialize(argument); end
2184
-
2185
- def argument; end
2186
- end
2187
-
2188
- class RSpec::Core::Profiler
2189
- def initialize; end
2190
-
2191
- def example_group_finished(notification); end
2192
- def example_group_started(notification); end
2193
- def example_groups; end
2194
- def example_started(notification); end
2195
- end
2196
-
2197
- RSpec::Core::Profiler::NOTIFICATIONS = T.let(T.unsafe(nil), Array)
2198
-
2199
- class RSpec::Core::Reporter
2200
- def initialize(configuration); end
2201
-
2202
- def abort_with(msg, exit_status); end
2203
- def close_after; end
2204
- def deprecation(hash); end
2205
- def example_failed(example); end
2206
- def example_finished(example); end
2207
- def example_group_finished(group); end
2208
- def example_group_started(group); end
2209
- def example_passed(example); end
2210
- def example_pending(example); end
2211
- def example_started(example); end
2212
- def examples; end
2213
- def exit_early(exit_code); end
2214
- def fail_fast_limit_met?; end
2215
- def failed_examples; end
2216
- def finish; end
2217
- def message(message); end
2218
- def notify(event, notification); end
2219
- def notify_non_example_exception(exception, context_description); end
2220
- def pending_examples; end
2221
- def prepare_default(loader, output_stream, deprecation_stream); end
2222
- def publish(event, options = T.unsafe(nil)); end
2223
- def register_listener(listener, *notifications); end
2224
- def registered_listeners(notification); end
2225
- def report(expected_example_count); end
2226
- def start(expected_example_count, time = T.unsafe(nil)); end
2227
- def stop; end
2228
-
2229
- private
2230
-
2231
- def close; end
2232
- def ensure_listeners_ready; end
2233
- def mute_profile_output?; end
2234
- def seed_used?; end
2235
- end
2236
-
2237
- RSpec::Core::Reporter::RSPEC_NOTIFICATIONS = T.let(T.unsafe(nil), RSpec::Core::Set)
2238
-
2239
- module RSpec::Core::RubyProject
2240
- private
2241
-
2242
- def add_dir_to_load_path(dir); end
2243
- def add_to_load_path(*dirs); end
2244
- def ascend_until; end
2245
- def determine_root; end
2246
- def find_first_parent_containing(dir); end
2247
- def root; end
2248
-
2249
- class << self
2250
- def add_dir_to_load_path(dir); end
2251
- def add_to_load_path(*dirs); end
2252
- def ascend_until; end
2253
- def determine_root; end
2254
- def find_first_parent_containing(dir); end
2255
- def root; end
2256
- end
2257
- end
2258
-
2259
- class RSpec::Core::Runner
2260
- def initialize(options, configuration = T.unsafe(nil), world = T.unsafe(nil)); end
2261
-
2262
- def configuration; end
2263
- def configure(err, out); end
2264
- def exit_code(examples_passed = T.unsafe(nil)); end
2265
- def options; end
2266
- def run(err, out); end
2267
- def run_specs(example_groups); end
2268
- def setup(err, out); end
2269
- def world; end
2270
-
2271
- private
2272
-
2273
- def persist_example_statuses; end
2274
-
2275
- class << self
2276
- def autorun; end
2277
- def autorun_disabled?; end
2278
- def disable_autorun!; end
2279
- def handle_interrupt; end
2280
- def installed_at_exit?; end
2281
- def invoke; end
2282
- def perform_at_exit; end
2283
- def run(args, err = T.unsafe(nil), out = T.unsafe(nil)); end
2284
- def running_in_drb?; end
2285
- def trap_interrupt; end
2286
- end
2287
- end
2288
-
2289
- class RSpec::Core::Set
2290
- include ::Enumerable
2291
-
2292
- def initialize(array = T.unsafe(nil)); end
2293
-
2294
- def <<(key); end
2295
- def clear; end
2296
- def delete(key); end
2297
- def each(&block); end
2298
- def empty?; end
2299
- def include?(key); end
2300
- def merge(values); end
2301
- end
2302
-
2303
- module RSpec::Core::SharedContext
2304
- def __shared_context_recordings; end
2305
- def after(*args, &block); end
2306
- def append_after(*args, &block); end
2307
- def append_before(*args, &block); end
2308
- def around(*args, &block); end
2309
- def before(*args, &block); end
2310
- def context(*args, &block); end
2311
- def describe(*args, &block); end
2312
- def hooks(*args, &block); end
2313
- def included(group); end
2314
- def let(*args, &block); end
2315
- def let!(*args, &block); end
2316
- def prepend_after(*args, &block); end
2317
- def prepend_before(*args, &block); end
2318
- def subject(*args, &block); end
2319
- def subject!(*args, &block); end
2320
-
2321
- class << self
2322
- def record(methods); end
2323
- end
2324
- end
2325
-
2326
- class RSpec::Core::SharedContext::Recording < ::Struct
2327
- def args; end
2328
- def args=(_); end
2329
- def block; end
2330
- def block=(_); end
2331
- def method_name; end
2332
- def method_name=(_); end
2333
- def playback_onto(group); end
2334
-
2335
- class << self
2336
- def [](*_arg0); end
2337
- def inspect; end
2338
- def members; end
2339
- def new(*_arg0); end
2340
- end
2341
- end
2342
-
2343
- module RSpec::Core::SharedExampleGroup
2344
- def shared_context(name, *args, &block); end
2345
- def shared_examples(name, *args, &block); end
2346
- def shared_examples_for(name, *args, &block); end
2347
- end
2348
-
2349
- class RSpec::Core::SharedExampleGroup::Registry
2350
- def add(context, name, *metadata_args, &block); end
2351
- def find(lookup_contexts, name); end
2352
-
2353
- private
2354
-
2355
- def ensure_block_has_source_location(_block); end
2356
- def formatted_location(block); end
2357
- def legacy_add(context, name, *metadata_args, &block); end
2358
- def shared_example_groups; end
2359
- def valid_name?(candidate); end
2360
- def warn_if_key_taken(context, key, new_block); end
2361
- end
2362
-
2363
- module RSpec::Core::SharedExampleGroup::TopLevelDSL
2364
- class << self
2365
- def definitions; end
2366
- def expose_globally!; end
2367
- def exposed_globally?; end
2368
- def remove_globally!; end
2369
- end
2370
- end
2371
-
2372
- class RSpec::Core::SharedExampleGroupInclusionStackFrame
2373
- def initialize(shared_group_name, inclusion_location); end
2374
-
2375
- def description; end
2376
- def formatted_inclusion_location; end
2377
- def inclusion_location; end
2378
- def shared_group_name; end
2379
-
2380
- class << self
2381
- def current_backtrace; end
2382
- def shared_example_group_inclusions; end
2383
- def with_frame(name, location); end
2384
- end
2385
- end
2386
-
2387
- class RSpec::Core::SharedExampleGroupModule < ::Module
2388
- def initialize(description, definition, metadata); end
2389
-
2390
- def definition; end
2391
- def include_in(klass, inclusion_line, args, customization_block); end
2392
- def included(klass); end
2393
- def inspect; end
2394
- def to_s; end
2395
- end
2396
-
2397
- module RSpec::Core::ShellEscape
2398
- private
2399
-
2400
- def conditionally_quote(id); end
2401
- def escape(shell_command); end
2402
- def quote(argument); end
2403
- def shell_allows_unquoted_ids?; end
2404
-
2405
- class << self
2406
- def conditionally_quote(id); end
2407
- def escape(shell_command); end
2408
- def quote(argument); end
2409
- def shell_allows_unquoted_ids?; end
2410
- end
2411
- end
2412
-
2413
- RSpec::Core::ShellEscape::SHELLS_ALLOWING_UNQUOTED_IDS = T.let(T.unsafe(nil), Array)
2414
-
2415
- class RSpec::Core::SuiteHookContext < ::RSpec::Core::Example
2416
- def initialize(hook_description, reporter); end
2417
-
2418
- def set_exception(exception); end
2419
- end
2420
-
2421
- class RSpec::Core::Time
2422
- class << self
2423
- def now(*_arg0); end
2424
- end
2425
- end
2426
-
2427
- module RSpec::Core::Version; end
2428
- RSpec::Core::Version::STRING = T.let(T.unsafe(nil), String)
2429
-
2430
- module RSpec::Core::Warnings
2431
- def deprecate(deprecated, data = T.unsafe(nil)); end
2432
- def warn_deprecation(message, opts = T.unsafe(nil)); end
2433
- def warn_with(message, options = T.unsafe(nil)); end
2434
- end
2435
-
2436
- class RSpec::Core::World
2437
- def initialize(configuration = T.unsafe(nil)); end
2438
-
2439
- def all_example_groups; end
2440
- def all_examples; end
2441
- def announce_exclusion_filter(announcements); end
2442
- def announce_filters; end
2443
- def announce_inclusion_filter(announcements); end
2444
- def everything_filtered_message; end
2445
- def example_count(groups = T.unsafe(nil)); end
2446
- def example_group_counts_by_spec_file; end
2447
- def example_groups; end
2448
- def exclusion_filter; end
2449
- def filter_manager; end
2450
- def filtered_examples; end
2451
- def inclusion_filter; end
2452
- def non_example_failure; end
2453
- def non_example_failure=(_arg0); end
2454
- def num_example_groups_defined_in(file); end
2455
- def ordered_example_groups; end
2456
- def preceding_declaration_line(absolute_file_name, filter_line); end
2457
- def prepare_example_filtering; end
2458
- def record(example_group); end
2459
- def registered_example_group_files; end
2460
- def report_filter_message(message); end
2461
- def reporter; end
2462
- def reset; end
2463
- def shared_example_group_registry; end
2464
- def source_from_file(path); end
2465
- def syntax_highlighter; end
2466
- def traverse_example_group_trees_until(&block); end
2467
- def wants_to_quit; end
2468
- def wants_to_quit=(_arg0); end
2469
-
2470
- private
2471
-
2472
- def descending_declaration_line_numbers_by_file; end
2473
- def fail_if_config_and_cli_options_invalid; end
2474
- end
2475
-
2476
- module RSpec::Core::World::Null
2477
- class << self
2478
- def all_example_groups; end
2479
- def example_groups; end
2480
- def non_example_failure; end
2481
- def non_example_failure=(_); end
2482
- def registered_example_group_files; end
2483
- def traverse_example_group_trees_until; end
2484
- end
2485
- end
2486
-
2487
- module RSpec::ExampleGroups
2488
- extend ::RSpec::Support::RecursiveConstMethods
2489
-
2490
- class << self
2491
- def assign_const(group); end
2492
- def base_name_for(group); end
2493
- def constant_scope_for(group); end
2494
- def disambiguate(name, const_scope); end
2495
- def remove_all_constants; end
2496
- end
2497
- end
2498
-
2499
- RSpec::MODULES_TO_AUTOLOAD = T.let(T.unsafe(nil), Hash)
2500
- RSpec::SharedContext = RSpec::Core::SharedContext