ech_config 0.0.3 → 0.0.4

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 (67) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +9 -11
  3. data/.ruby-version +1 -1
  4. data/Gemfile +4 -6
  5. data/Gemfile.lock +201 -48
  6. data/README.md +1 -1
  7. data/Rakefile +11 -5
  8. data/Steepfile +8 -0
  9. data/ech_config.gemspec +7 -4
  10. data/example/README.md +1 -1
  11. data/lib/ech_config/ech_config_contents/extensions.rb +7 -5
  12. data/lib/ech_config/ech_config_contents/hpke_key_config/hpke_kem_id.rb +11 -6
  13. data/lib/ech_config/ech_config_contents/hpke_key_config/hpke_public_key.rb +7 -4
  14. data/lib/ech_config/ech_config_contents/hpke_key_config/hpke_symmetric_cipher_suite/hpke_aead_id.rb +11 -6
  15. data/lib/ech_config/ech_config_contents/hpke_key_config/hpke_symmetric_cipher_suite/hpke_kdf_id.rb +11 -6
  16. data/lib/ech_config/ech_config_contents/hpke_key_config/hpke_symmetric_cipher_suite.rb +11 -6
  17. data/lib/ech_config/ech_config_contents/hpke_key_config.rb +16 -18
  18. data/lib/ech_config/ech_config_contents.rb +15 -17
  19. data/lib/ech_config/error.rb +2 -1
  20. data/lib/ech_config/version.rb +3 -2
  21. data/lib/ech_config.rb +39 -14
  22. data/sig/generated/ech_config/ech_config_contents/extensions.rbs +16 -0
  23. data/sig/generated/ech_config/ech_config_contents/hpke_key_config/hpke_kem_id.rbs +20 -0
  24. data/sig/generated/ech_config/ech_config_contents/hpke_key_config/hpke_public_key.rbs +16 -0
  25. data/sig/generated/ech_config/ech_config_contents/hpke_key_config/hpke_symmetric_cipher_suite/hpke_aead_id.rbs +20 -0
  26. data/sig/generated/ech_config/ech_config_contents/hpke_key_config/hpke_symmetric_cipher_suite/hpke_kdf_id.rbs +20 -0
  27. data/sig/generated/ech_config/ech_config_contents/hpke_key_config/hpke_symmetric_cipher_suite.rbs +26 -0
  28. data/sig/generated/ech_config/ech_config_contents/hpke_key_config.rbs +31 -0
  29. data/sig/generated/ech_config/ech_config_contents.rbs +31 -0
  30. data/sig/generated/ech_config/error.rbs +13 -0
  31. data/sig/generated/ech_config/version.rbs +5 -0
  32. data/sig/generated/ech_config.rbs +35 -0
  33. metadata +18 -46
  34. data/.github/workflows/ci.yml +0 -34
  35. data/.gitignore +0 -16
  36. data/sorbet/config +0 -3
  37. data/sorbet/rbi/gems/ast.rbi +0 -49
  38. data/sorbet/rbi/gems/byebug.rbi +0 -1041
  39. data/sorbet/rbi/gems/ech_config.rbi +0 -22
  40. data/sorbet/rbi/gems/parallel.rbi +0 -84
  41. data/sorbet/rbi/gems/parser.rbi +0 -1533
  42. data/sorbet/rbi/gems/racc.rbi +0 -43
  43. data/sorbet/rbi/gems/rainbow.rbi +0 -122
  44. data/sorbet/rbi/gems/rake.rbi +0 -647
  45. data/sorbet/rbi/gems/regexp_parser.rbi +0 -1026
  46. data/sorbet/rbi/gems/rexml.rbi +0 -603
  47. data/sorbet/rbi/gems/rspec-core.rbi +0 -1947
  48. data/sorbet/rbi/gems/rspec-expectations.rbi +0 -1178
  49. data/sorbet/rbi/gems/rspec-mocks.rbi +0 -1096
  50. data/sorbet/rbi/gems/rspec-support.rbi +0 -282
  51. data/sorbet/rbi/gems/rspec.rbi +0 -15
  52. data/sorbet/rbi/gems/rubocop-ast.rbi +0 -1404
  53. data/sorbet/rbi/gems/rubocop-sorbet.rbi +0 -312
  54. data/sorbet/rbi/gems/rubocop.rbi +0 -9351
  55. data/sorbet/rbi/gems/ruby-progressbar.rbi +0 -321
  56. data/sorbet/rbi/gems/unicode-display_width.rbi +0 -23
  57. data/sorbet/rbi/gems/webrick.rbi +0 -667
  58. data/sorbet/rbi/hidden-definitions/errors.txt +0 -23073
  59. data/sorbet/rbi/hidden-definitions/hidden.rbi +0 -12232
  60. data/sorbet/rbi/sorbet-typed/lib/rainbow/all/rainbow.rbi +0 -276
  61. data/sorbet/rbi/sorbet-typed/lib/rake/all/rake.rbi +0 -645
  62. data/sorbet/rbi/sorbet-typed/lib/rspec-core/all/rspec-core.rbi +0 -24
  63. data/sorbet/rbi/sorbet-typed/lib/rubocop/>=1.8/rubocop.rbi +0 -12
  64. data/sorbet/rbi/todo.rbi +0 -6
  65. data/spec/ech_config_spec.rb +0 -35
  66. data/spec/hpke_key_config_spec.rb +0 -31
  67. data/spec/spec_helper.rb +0 -6
@@ -1,1404 +0,0 @@
1
- # This file is autogenerated. Do not edit it by hand. Regenerate it with:
2
- # srb rbi gems
3
-
4
- # typed: strict
5
- #
6
- # If you would like to make changes to this file, great! Please create the gem's shim here:
7
- #
8
- # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/rubocop-ast/all/rubocop-ast.rbi
9
- #
10
- # rubocop-ast-1.30.0
11
-
12
- module RuboCop
13
- end
14
- module RuboCop::AST
15
- extend RuboCop::AST::RuboCopCompatibility
16
- end
17
- module RuboCop::AST::Ext
18
- end
19
- module RuboCop::AST::Ext::Range
20
- def line_span(exclude_end: nil); end
21
- end
22
- class Parser::Source::Range
23
- include RuboCop::AST::Ext::Range
24
- end
25
- module RuboCop::AST::Ext::RangeMinMax
26
- end
27
- class RuboCop::AST::NodePattern
28
- def ==(other); end
29
- def as_json(_options = nil); end
30
- def ast; end
31
- def captures(*args, **, &block); end
32
- def encode_with(coder); end
33
- def eql?(other); end
34
- def freeze; end
35
- def init_with(coder); end
36
- def initialize(str, compiler: nil); end
37
- def marshal_dump; end
38
- def marshal_load(pattern); end
39
- def match(*args, **rest, &block); end
40
- def match_code; end
41
- def named_parameters(*args, **, &block); end
42
- def pattern; end
43
- def positional_parameters(*args, **, &block); end
44
- def self.descend(element, &block); end
45
- def to_s; end
46
- extend Forwardable
47
- include RuboCop::AST::NodePattern::MethodDefiner
48
- end
49
- module RuboCop::AST::NodePattern::MethodDefiner
50
- def as_lambda; end
51
- def compile_as_lambda; end
52
- def compile_init; end
53
- def def_helper(base, method_name, **defaults); end
54
- def def_node_matcher(base, method_name, **defaults); end
55
- def def_node_search(base, method_name, **defaults); end
56
- def emit_keyword_list(forwarding: nil); end
57
- def emit_lambda_code; end
58
- def emit_method_code; end
59
- def emit_node_search(method_name); end
60
- def emit_node_search_body(method_name, prelude:, on_match:); end
61
- def emit_param_list; end
62
- def emit_params(*first, forwarding: nil); end
63
- def emit_retval; end
64
- def emit_yield_capture(when_no_capture = nil, yield_with: nil); end
65
- def wrapping_block(method_name, **defaults); end
66
- end
67
- module RuboCop::AST::NodePattern::Macros
68
- def def_node_matcher(method_name, pattern_str, **keyword_defaults); end
69
- def def_node_search(method_name, pattern_str, **keyword_defaults); end
70
- end
71
- class RuboCop::AST::NodePattern::Invalid < StandardError
72
- end
73
- module RuboCop::AST::Descendence
74
- def child_nodes; end
75
- def descendants; end
76
- def each_child_node(*types); end
77
- def each_descendant(*types, &block); end
78
- def each_node(*types, &block); end
79
- def visit_descendants(types, &block); end
80
- end
81
- class RuboCop::AST::NodePattern::Builder
82
- def emit_atom(type, value); end
83
- def emit_call(type, selector, args = nil); end
84
- def emit_capture(capture_token, node); end
85
- def emit_list(type, _begin, children, _end); end
86
- def emit_subsequence(node_list); end
87
- def emit_unary_op(type, _operator = nil, *children); end
88
- def emit_union(begin_t, pattern_lists, end_t); end
89
- def n(type, *args); end
90
- def optimizable_as_set?(children); end
91
- def union_children(pattern_lists); end
92
- end
93
- class RuboCop::AST::NodePattern::Comment
94
- def ==(other); end
95
- def initialize(range); end
96
- def inspect; end
97
- def loc; end
98
- def location; end
99
- def text; end
100
- end
101
- class RuboCop::AST::NodePattern::Compiler
102
- def bind(*args, **, &block); end
103
- def binding; end
104
- def captures; end
105
- def compile_as_atom(node); end
106
- def compile_as_node_pattern(node, **options); end
107
- def compile_sequence(sequence, var:); end
108
- def each_union(enum, &block); end
109
- def enforce_same_captures(enum); end
110
- def freeze; end
111
- def initialize; end
112
- def named_parameter(name); end
113
- def named_parameters; end
114
- def new_capture; end
115
- def next_capture; end
116
- def parser; end
117
- def positional_parameter(number); end
118
- def positional_parameters; end
119
- def with_temp_variables(*names, &block); end
120
- extend Forwardable
121
- end
122
- class RuboCop::AST::NodePattern::Compiler::Subcompiler
123
- def compile(node); end
124
- def compiler; end
125
- def do_compile; end
126
- def initialize(compiler); end
127
- def node; end
128
- def self.inherited(base); end
129
- def self.method_added(method); end
130
- def self.registry; end
131
- end
132
- class RuboCop::AST::NodePattern::Compiler::AtomSubcompiler < RuboCop::AST::NodePattern::Compiler::Subcompiler
133
- def visit_const; end
134
- def visit_named_parameter; end
135
- def visit_number; end
136
- def visit_other_type; end
137
- def visit_positional_parameter; end
138
- def visit_regexp; end
139
- def visit_set; end
140
- def visit_string; end
141
- def visit_symbol; end
142
- def visit_unify; end
143
- end
144
- class RuboCop::AST::NodePattern::Compiler::Binding
145
- def bind(name); end
146
- def forbid(names); end
147
- def initialize; end
148
- def union_bind(enum); end
149
- end
150
- class RuboCop::AST::NodePattern::Compiler::NodePatternSubcompiler < RuboCop::AST::NodePattern::Compiler::Subcompiler
151
- def access; end
152
- def access_element; end
153
- def access_node; end
154
- def compile_args(arg_list, first: nil); end
155
- def compile_guard_clause; end
156
- def compile_value_match(value); end
157
- def initialize(compiler, var: nil, access: nil, seq_head: nil); end
158
- def multiple_access(kind); end
159
- def seq_head; end
160
- def visit_ascend; end
161
- def visit_capture; end
162
- def visit_descend; end
163
- def visit_function_call; end
164
- def visit_intersection; end
165
- def visit_negation; end
166
- def visit_node_type; end
167
- def visit_other_type; end
168
- def visit_predicate; end
169
- def visit_sequence; end
170
- def visit_unify; end
171
- def visit_union; end
172
- def visit_wildcard; end
173
- end
174
- class RuboCop::AST::NodePattern::Compiler::SequenceSubcompiler < RuboCop::AST::NodePattern::Compiler::Subcompiler
175
- def compile(node); end
176
- def compile_and_advance(term); end
177
- def compile_any_order_branches(matched_var); end
178
- def compile_any_order_else; end
179
- def compile_captured_repetition(child_code, child_captures); end
180
- def compile_case(when_branches, else_code); end
181
- def compile_child_nb_guard(arity_range); end
182
- def compile_cur_index; end
183
- def compile_index(cur = nil); end
184
- def compile_loop(term); end
185
- def compile_loop_advance(to = nil); end
186
- def compile_matched(kind); end
187
- def compile_max_matched; end
188
- def compile_min_check; end
189
- def compile_remaining; end
190
- def compile_sequence; end
191
- def compile_terms(children = nil, last_arity = nil); end
192
- def compile_union_forks; end
193
- def cur_index; end
194
- def empty_loop; end
195
- def handle_prev; end
196
- def in_sync; end
197
- def initialize(compiler, sequence:, var:); end
198
- def merge_forks!(forks); end
199
- def preserve_union_start(forks); end
200
- def remaining_arities(children, last_arity); end
201
- def sync; end
202
- def use_index_from_end; end
203
- def visit_any_order; end
204
- def visit_capture; end
205
- def visit_other_type; end
206
- def visit_repetition; end
207
- def visit_rest; end
208
- def visit_union; end
209
- def within_loop; end
210
- end
211
- class RuboCop::AST::NodePattern::LexerRex
212
- def action; end
213
- def filename; end
214
- def filename=(arg0); end
215
- def location; end
216
- def match; end
217
- def matches; end
218
- def next_token; end
219
- def parse(str); end
220
- def parse_file(path); end
221
- def scanner_class; end
222
- def ss; end
223
- def ss=(arg0); end
224
- def state; end
225
- def state=(arg0); end
226
- end
227
- class RuboCop::AST::NodePattern::LexerRex::LexerError < StandardError
228
- end
229
- class RuboCop::AST::NodePattern::LexerRex::ScanError < RuboCop::AST::NodePattern::LexerRex::LexerError
230
- end
231
- class RuboCop::AST::NodePattern::Lexer < RuboCop::AST::NodePattern::LexerRex
232
- def comments; end
233
- def do_parse; end
234
- def emit(type); end
235
- def emit_comment; end
236
- def emit_regexp; end
237
- def initialize(source); end
238
- def source_buffer; end
239
- def token(type, value); end
240
- def tokens; end
241
- end
242
- class RuboCop::AST::NodePattern::Node < Parser::AST::Node
243
- def arity; end
244
- def arity_range; end
245
- def capture?; end
246
- def child; end
247
- def children_nodes; end
248
- def in_sequence_head; end
249
- def matches_within_set?; end
250
- def nb_captures; end
251
- def rest?; end
252
- def source_range; end
253
- def variadic?; end
254
- def with(type: nil, children: nil, location: nil); end
255
- extend Forwardable
256
- include RuboCop::AST::Descendence
257
- end
258
- module RuboCop::AST::NodePattern::Node::ForbidInSeqHead
259
- def in_sequence_head; end
260
- end
261
- class RuboCop::AST::NodePattern::Node::Capture < RuboCop::AST::NodePattern::Node
262
- def arity(*args, **, &block); end
263
- def capture?; end
264
- def in_sequence_head; end
265
- def nb_captures; end
266
- def rest?(*args, **, &block); end
267
- end
268
- class RuboCop::AST::NodePattern::Node::Sequence < RuboCop::AST::NodePattern::Node
269
- def initialize(type, children = nil, properties = nil); end
270
- include RuboCop::AST::NodePattern::Node::ForbidInSeqHead
271
- end
272
- class RuboCop::AST::NodePattern::Node::Predicate < RuboCop::AST::NodePattern::Node
273
- def arg_list; end
274
- def method_name; end
275
- end
276
- class RuboCop::AST::NodePattern::Node::Repetition < RuboCop::AST::NodePattern::Node
277
- def arity; end
278
- def operator; end
279
- include RuboCop::AST::NodePattern::Node::ForbidInSeqHead
280
- end
281
- class RuboCop::AST::NodePattern::Node::Rest < RuboCop::AST::NodePattern::Node
282
- def arity; end
283
- def in_sequence_head; end
284
- def rest?; end
285
- end
286
- class RuboCop::AST::NodePattern::Node::AnyOrder < RuboCop::AST::NodePattern::Node
287
- def arity; end
288
- def ends_with_rest?; end
289
- def rest_node; end
290
- def term_nodes; end
291
- include RuboCop::AST::NodePattern::Node::ForbidInSeqHead
292
- end
293
- class RuboCop::AST::NodePattern::Node::Subsequence < RuboCop::AST::NodePattern::Node
294
- def arity; end
295
- def in_sequence_head; end
296
- include RuboCop::AST::NodePattern::Node::ForbidInSeqHead
297
- end
298
- class RuboCop::AST::NodePattern::Node::Union < RuboCop::AST::NodePattern::Node
299
- def arity; end
300
- def in_sequence_head; end
301
- end
302
- class RuboCop::AST::NodePattern::Parser < Racc::Parser
303
- def _reduce_10(val, _values); end
304
- def _reduce_11(val, _values); end
305
- def _reduce_13(val, _values); end
306
- def _reduce_14(val, _values); end
307
- def _reduce_15(val, _values); end
308
- def _reduce_16(val, _values); end
309
- def _reduce_17(val, _values); end
310
- def _reduce_18(val, _values); end
311
- def _reduce_19(val, _values); end
312
- def _reduce_2(val, _values); end
313
- def _reduce_20(val, _values); end
314
- def _reduce_21(val, _values); end
315
- def _reduce_22(val, _values); end
316
- def _reduce_25(val, _values); end
317
- def _reduce_26(val, _values); end
318
- def _reduce_3(val, _values); end
319
- def _reduce_33(val, _values); end
320
- def _reduce_37(val, _values); end
321
- def _reduce_38(val, _values); end
322
- def _reduce_39(val, _values); end
323
- def _reduce_4(val, _values); end
324
- def _reduce_40(val, _values); end
325
- def _reduce_41(val, _values); end
326
- def _reduce_42(val, _values); end
327
- def _reduce_43(val, _values); end
328
- def _reduce_44(val, _values); end
329
- def _reduce_45(val, _values); end
330
- def _reduce_46(val, _values); end
331
- def _reduce_5(val, _values); end
332
- def _reduce_6(val, _values); end
333
- def _reduce_7(val, _values); end
334
- def _reduce_8(val, _values); end
335
- def _reduce_9(val, _values); end
336
- def _reduce_none(val, _values); end
337
- def emit_atom(*args, **, &block); end
338
- def emit_call(*args, **, &block); end
339
- def emit_capture(*args, **, &block); end
340
- def emit_list(*args, **, &block); end
341
- def emit_unary_op(*args, **, &block); end
342
- def emit_union(*args, **, &block); end
343
- def enforce_unary(node); end
344
- def initialize(builder = nil); end
345
- def inspect; end
346
- def next_token(*args, **, &block); end
347
- def on_error(token, val, _vstack); end
348
- def parse(source); end
349
- extend Forwardable
350
- end
351
- module RuboCop::AST::NodePattern::Sets
352
- def self.[](set); end
353
- def self.name(set); end
354
- def self.uniq(name); end
355
- end
356
- module RuboCop::AST::Sexp
357
- def s(type, *children); end
358
- end
359
- class RuboCop::AST::Node < Parser::AST::Node
360
- def __ENCODING___type?; end
361
- def __FILE___type?; end
362
- def __LINE___type?; end
363
- def alias_type?; end
364
- def ancestors; end
365
- def and_asgn_type?; end
366
- def and_type?; end
367
- def arg_expr_type?; end
368
- def arg_type?; end
369
- def args_type?; end
370
- def argument?; end
371
- def argument_type?; end
372
- def array_pattern_type?; end
373
- def array_pattern_with_tail_type?; end
374
- def array_type?; end
375
- def assignment?; end
376
- def assignment_or_similar?(param0 = nil); end
377
- def back_ref_type?; end
378
- def basic_conditional?; end
379
- def basic_literal?; end
380
- def begin_type?; end
381
- def begin_value_used?; end
382
- def block_pass_type?; end
383
- def block_type?; end
384
- def blockarg_expr_type?; end
385
- def blockarg_type?; end
386
- def boolean_type?; end
387
- def break_type?; end
388
- def call_type?; end
389
- def case_if_value_used?; end
390
- def case_match_type?; end
391
- def case_type?; end
392
- def casgn_type?; end
393
- def cbase_type?; end
394
- def chained?; end
395
- def class_constructor?(param0 = nil); end
396
- def class_definition?(param0 = nil); end
397
- def class_type?; end
398
- def complete!; end
399
- def complete?; end
400
- def complex_type?; end
401
- def conditional?; end
402
- def const_name; end
403
- def const_pattern_type?; end
404
- def const_type?; end
405
- def csend_type?; end
406
- def cvar_type?; end
407
- def cvasgn_type?; end
408
- def def_type?; end
409
- def defined_module0(param0 = nil); end
410
- def defined_module; end
411
- def defined_module_name; end
412
- def defined_type?; end
413
- def defs_type?; end
414
- def dstr_type?; end
415
- def dsym_type?; end
416
- def each_ancestor(*types, &block); end
417
- def eflipflop_type?; end
418
- def empty_else_type?; end
419
- def empty_source?; end
420
- def ensure_type?; end
421
- def equals_asgn?; end
422
- def erange_type?; end
423
- def false_type?; end
424
- def falsey_literal?; end
425
- def find_pattern_type?; end
426
- def first_line; end
427
- def float_type?; end
428
- def for_type?; end
429
- def for_value_used?; end
430
- def forward_arg_type?; end
431
- def forward_args_type?; end
432
- def forwarded_args_type?; end
433
- def forwarded_kwrestarg_type?; end
434
- def forwarded_restarg_type?; end
435
- def global_const?(param0 = nil, param1); end
436
- def guard_clause?; end
437
- def gvar_type?; end
438
- def gvasgn_type?; end
439
- def hash_pattern_type?; end
440
- def hash_type?; end
441
- def ident_type?; end
442
- def if_guard_type?; end
443
- def if_type?; end
444
- def iflipflop_type?; end
445
- def immutable_literal?; end
446
- def in_match_type?; end
447
- def in_pattern_type?; end
448
- def index_type?; end
449
- def indexasgn_type?; end
450
- def initialize(type, children = nil, properties = nil); end
451
- def int_type?; end
452
- def irange_type?; end
453
- def ivar_type?; end
454
- def ivasgn_type?; end
455
- def keyword?; end
456
- def kwarg_type?; end
457
- def kwargs_type?; end
458
- def kwbegin_type?; end
459
- def kwnilarg_type?; end
460
- def kwoptarg_type?; end
461
- def kwrestarg_type?; end
462
- def kwsplat_type?; end
463
- def lambda?(param0 = nil); end
464
- def lambda_or_proc?(param0 = nil); end
465
- def lambda_type?; end
466
- def last_line; end
467
- def left_sibling; end
468
- def left_siblings; end
469
- def line_count; end
470
- def literal?; end
471
- def loop_keyword?; end
472
- def lvar_type?; end
473
- def lvasgn_type?; end
474
- def masgn_type?; end
475
- def match_alt_type?; end
476
- def match_as_type?; end
477
- def match_current_line_type?; end
478
- def match_guard_clause?(param0 = nil); end
479
- def match_nil_pattern_type?; end
480
- def match_pattern_p_type?; end
481
- def match_pattern_type?; end
482
- def match_rest_type?; end
483
- def match_var_type?; end
484
- def match_with_lvasgn_type?; end
485
- def match_with_trailing_comma_type?; end
486
- def mlhs_type?; end
487
- def module_definition?(param0 = nil); end
488
- def module_type?; end
489
- def multiline?; end
490
- def mutable_literal?; end
491
- def new_class_or_module_block?(param0 = nil); end
492
- def next_type?; end
493
- def nil_type?; end
494
- def node_parts; end
495
- def nonempty_line_count; end
496
- def not_type?; end
497
- def nth_ref_type?; end
498
- def numargs_type?; end
499
- def numblock_type?; end
500
- def numeric_type?; end
501
- def objc_kwarg_type?; end
502
- def objc_restarg_type?; end
503
- def objc_varargs_type?; end
504
- def op_asgn_type?; end
505
- def operator_keyword?; end
506
- def optarg_type?; end
507
- def or_asgn_type?; end
508
- def or_type?; end
509
- def pair_type?; end
510
- def parent; end
511
- def parent=(node); end
512
- def parent?; end
513
- def parent_module_name; end
514
- def parent_module_name_for_block(ancestor); end
515
- def parent_module_name_for_sclass(sclass_node); end
516
- def parent_module_name_part(node); end
517
- def parenthesized_call?; end
518
- def pin_type?; end
519
- def post_condition_loop?; end
520
- def postexe_type?; end
521
- def preexe_type?; end
522
- def proc?(param0 = nil); end
523
- def procarg0_type?; end
524
- def pure?; end
525
- def range_type?; end
526
- def rational_type?; end
527
- def receiver(param0 = nil); end
528
- def recursive_basic_literal?; end
529
- def recursive_literal?; end
530
- def redo_type?; end
531
- def reference?; end
532
- def regexp_type?; end
533
- def regopt_type?; end
534
- def resbody_type?; end
535
- def rescue_type?; end
536
- def restarg_expr_type?; end
537
- def restarg_type?; end
538
- def retry_type?; end
539
- def return_type?; end
540
- def right_sibling; end
541
- def right_siblings; end
542
- def root?; end
543
- def sclass_type?; end
544
- def self_type?; end
545
- def send_type?; end
546
- def shadowarg_type?; end
547
- def shorthand_asgn?; end
548
- def sibling_index; end
549
- def single_line?; end
550
- def source; end
551
- def source_length; end
552
- def source_range; end
553
- def special_keyword?; end
554
- def splat_type?; end
555
- def str_content(param0 = nil); end
556
- def str_type?; end
557
- def struct_constructor?(param0 = nil); end
558
- def super_type?; end
559
- def sym_type?; end
560
- def true_type?; end
561
- def truthy_literal?; end
562
- def undef_type?; end
563
- def unless_guard_type?; end
564
- def until_post_type?; end
565
- def until_type?; end
566
- def updated(type = nil, children = nil, properties = nil); end
567
- def value_used?; end
568
- def variable?; end
569
- def visit_ancestors(types); end
570
- def when_type?; end
571
- def while_post_type?; end
572
- def while_type?; end
573
- def while_until_value_used?; end
574
- def xstr_type?; end
575
- def yield_type?; end
576
- def zsuper_type?; end
577
- extend RuboCop::AST::NodePattern::Macros
578
- include RuboCop::AST::Descendence
579
- include RuboCop::AST::Sexp
580
- end
581
- module RuboCop::AST::MethodIdentifierPredicates
582
- def assignment_method?; end
583
- def bang_method?; end
584
- def camel_case_method?; end
585
- def comparison_method?; end
586
- def const_receiver?; end
587
- def enumerable_method?; end
588
- def enumerator_method?; end
589
- def method?(name); end
590
- def negation_method?; end
591
- def nonmutating_array_method?; end
592
- def nonmutating_binary_operator_method?; end
593
- def nonmutating_hash_method?; end
594
- def nonmutating_operator_method?; end
595
- def nonmutating_string_method?; end
596
- def nonmutating_unary_operator_method?; end
597
- def operator_method?; end
598
- def predicate_method?; end
599
- def prefix_bang?; end
600
- def prefix_not?; end
601
- def self_receiver?; end
602
- end
603
- module RuboCop::AST::BinaryOperatorNode
604
- def conditions; end
605
- def lhs; end
606
- def rhs; end
607
- end
608
- module RuboCop::AST::CollectionNode
609
- def &(*args, **, &block); end
610
- def *(*args, **, &block); end
611
- def +(*args, **, &block); end
612
- def -(*args, **, &block); end
613
- def <<(*args, **, &block); end
614
- def [](*args, **, &block); end
615
- def []=(*args, **, &block); end
616
- def all?(*args, **, &block); end
617
- def any?(*args, **, &block); end
618
- def append(*args, **, &block); end
619
- def assoc(*args, **, &block); end
620
- def at(*args, **, &block); end
621
- def bsearch(*args, **, &block); end
622
- def bsearch_index(*args, **, &block); end
623
- def chain(*args, **, &block); end
624
- def chunk(*args, **, &block); end
625
- def chunk_while(*args, **, &block); end
626
- def clear(*args, **, &block); end
627
- def collect!(*args, **, &block); end
628
- def collect(*args, **, &block); end
629
- def collect_concat(*args, **, &block); end
630
- def combination(*args, **, &block); end
631
- def compact!(*args, **, &block); end
632
- def compact(*args, **, &block); end
633
- def concat(*args, **, &block); end
634
- def count(*args, **, &block); end
635
- def cycle(*args, **, &block); end
636
- def deconstruct(*args, **, &block); end
637
- def delete(*args, **, &block); end
638
- def delete_at(*args, **, &block); end
639
- def delete_if(*args, **, &block); end
640
- def detect(*args, **, &block); end
641
- def difference(*args, **, &block); end
642
- def dig(*args, **, &block); end
643
- def drop(*args, **, &block); end
644
- def drop_while(*args, **, &block); end
645
- def each(*args, **, &block); end
646
- def each_cons(*args, **, &block); end
647
- def each_entry(*args, **, &block); end
648
- def each_index(*args, **, &block); end
649
- def each_slice(*args, **, &block); end
650
- def each_with_index(*args, **, &block); end
651
- def each_with_object(*args, **, &block); end
652
- def empty?(*args, **, &block); end
653
- def entries(*args, **, &block); end
654
- def fetch(*args, **, &block); end
655
- def fill(*args, **, &block); end
656
- def filter!(*args, **, &block); end
657
- def filter(*args, **, &block); end
658
- def filter_map(*args, **, &block); end
659
- def find(*args, **, &block); end
660
- def find_all(*args, **, &block); end
661
- def find_index(*args, **, &block); end
662
- def first(*args, **, &block); end
663
- def flat_map(*args, **, &block); end
664
- def flatten!(*args, **, &block); end
665
- def flatten(*args, **, &block); end
666
- def grep(*args, **, &block); end
667
- def grep_v(*args, **, &block); end
668
- def group_by(*args, **, &block); end
669
- def include?(*args, **, &block); end
670
- def index(*args, **, &block); end
671
- def inject(*args, **, &block); end
672
- def insert(*args, **, &block); end
673
- def intersect?(*args, **, &block); end
674
- def intersection(*args, **, &block); end
675
- def join(*args, **, &block); end
676
- def keep_if(*args, **, &block); end
677
- def last(*args, **, &block); end
678
- def lazy(*args, **, &block); end
679
- def length(*args, **, &block); end
680
- def map!(*args, **, &block); end
681
- def map(*args, **, &block); end
682
- def max(*args, **, &block); end
683
- def max_by(*args, **, &block); end
684
- def member?(*args, **, &block); end
685
- def min(*args, **, &block); end
686
- def min_by(*args, **, &block); end
687
- def minmax(*args, **, &block); end
688
- def minmax_by(*args, **, &block); end
689
- def none?(*args, **, &block); end
690
- def one?(*args, **, &block); end
691
- def pack(*args, **, &block); end
692
- def partition(*args, **, &block); end
693
- def permutation(*args, **, &block); end
694
- def pop(*args, **, &block); end
695
- def prepend(*args, **, &block); end
696
- def product(*args, **, &block); end
697
- def push(*args, **, &block); end
698
- def rassoc(*args, **, &block); end
699
- def reduce(*args, **, &block); end
700
- def reject!(*args, **, &block); end
701
- def reject(*args, **, &block); end
702
- def repeated_combination(*args, **, &block); end
703
- def repeated_permutation(*args, **, &block); end
704
- def replace(*args, **, &block); end
705
- def reverse!(*args, **, &block); end
706
- def reverse(*args, **, &block); end
707
- def reverse_each(*args, **, &block); end
708
- def rindex(*args, **, &block); end
709
- def rotate!(*args, **, &block); end
710
- def rotate(*args, **, &block); end
711
- def sample(*args, **, &block); end
712
- def select!(*args, **, &block); end
713
- def select(*args, **, &block); end
714
- def shelljoin(*args, **, &block); end
715
- def shift(*args, **, &block); end
716
- def shuffle!(*args, **, &block); end
717
- def shuffle(*args, **, &block); end
718
- def size(*args, **, &block); end
719
- def slice!(*args, **, &block); end
720
- def slice(*args, **, &block); end
721
- def slice_after(*args, **, &block); end
722
- def slice_before(*args, **, &block); end
723
- def slice_when(*args, **, &block); end
724
- def sort!(*args, **, &block); end
725
- def sort(*args, **, &block); end
726
- def sort_by!(*args, **, &block); end
727
- def sort_by(*args, **, &block); end
728
- def sum(*args, **, &block); end
729
- def take(*args, **, &block); end
730
- def take_while(*args, **, &block); end
731
- def tally(*args, **, &block); end
732
- def to_ary(*args, **, &block); end
733
- def to_h(*args, **, &block); end
734
- def to_set(*args, **, &block); end
735
- def transpose(*args, **, &block); end
736
- def union(*args, **, &block); end
737
- def uniq!(*args, **, &block); end
738
- def uniq(*args, **, &block); end
739
- def unshift(*args, **, &block); end
740
- def values_at(*args, **, &block); end
741
- def zip(*args, **, &block); end
742
- def |(*args, **, &block); end
743
- extend Forwardable
744
- end
745
- module RuboCop::AST::ConditionalNode
746
- def body; end
747
- def condition; end
748
- def multiline_condition?; end
749
- def single_line_condition?; end
750
- end
751
- module RuboCop::AST::HashElementNode
752
- def delimiter_delta(other); end
753
- def key; end
754
- def key_delta(other, alignment = nil); end
755
- def same_line?(other); end
756
- def value; end
757
- def value_delta(other); end
758
- end
759
- class RuboCop::AST::HashElementNode::HashElementDelta
760
- def delimiter_delta; end
761
- def delta(first, second, alignment = nil); end
762
- def first; end
763
- def initialize(first, second); end
764
- def key_delta(alignment = nil); end
765
- def keyword_splat?; end
766
- def second; end
767
- def valid_argument_types?; end
768
- def value_delta; end
769
- end
770
- module RuboCop::AST::MethodDispatchNode
771
- def access_modifier?; end
772
- def adjacent_def_modifier?(param0 = nil); end
773
- def arithmetic_operation?; end
774
- def assignment?; end
775
- def bare_access_modifier?; end
776
- def bare_access_modifier_declaration?(param0 = nil); end
777
- def binary_operation?; end
778
- def block_literal?; end
779
- def block_node; end
780
- def command?(name); end
781
- def const_receiver?; end
782
- def def_modifier(node = nil); end
783
- def def_modifier?(node = nil); end
784
- def dot?; end
785
- def double_colon?; end
786
- def implicit_call?; end
787
- def in_macro_scope?(param0 = nil); end
788
- def lambda?; end
789
- def lambda_literal?; end
790
- def macro?; end
791
- def method_name; end
792
- def non_bare_access_modifier?; end
793
- def non_bare_access_modifier_declaration?(param0 = nil); end
794
- def receiver; end
795
- def safe_navigation?; end
796
- def selector; end
797
- def self_receiver?; end
798
- def setter_method?; end
799
- def special_modifier?; end
800
- def unary_operation?; end
801
- extend RuboCop::AST::NodePattern::Macros
802
- include RuboCop::AST::MethodIdentifierPredicates
803
- end
804
- module RuboCop::AST::ModifierNode
805
- def modifier_form?; end
806
- end
807
- module RuboCop::AST::NumericNode
808
- def sign?; end
809
- end
810
- module RuboCop::AST::ParameterizedNode
811
- def arguments?; end
812
- def block_argument?; end
813
- def first_argument; end
814
- def last_argument; end
815
- def parenthesized?; end
816
- def rest_argument?; end
817
- def splat_argument?; end
818
- end
819
- module RuboCop::AST::ParameterizedNode::WrappedArguments
820
- def arguments; end
821
- include RuboCop::AST::ParameterizedNode
822
- end
823
- module RuboCop::AST::ParameterizedNode::RestArguments
824
- def arguments; end
825
- def arguments?; end
826
- def first_argument; end
827
- def last_argument; end
828
- include RuboCop::AST::ParameterizedNode
829
- end
830
- module RuboCop::AST::PredicateOperatorNode
831
- def logical_operator?; end
832
- def operator; end
833
- def semantic_operator?; end
834
- end
835
- module RuboCop::AST::BasicLiteralNode
836
- def value; end
837
- end
838
- class RuboCop::AST::AliasNode < RuboCop::AST::Node
839
- def new_identifier; end
840
- def old_identifier; end
841
- end
842
- class RuboCop::AST::AndNode < RuboCop::AST::Node
843
- def alternate_operator; end
844
- def inverse_operator; end
845
- include RuboCop::AST::BinaryOperatorNode
846
- include RuboCop::AST::PredicateOperatorNode
847
- end
848
- class RuboCop::AST::ArgNode < RuboCop::AST::Node
849
- def default?; end
850
- def default_value; end
851
- def name; end
852
- end
853
- class RuboCop::AST::ArgsNode < RuboCop::AST::Node
854
- def argument_list; end
855
- def empty_and_without_delimiters?; end
856
- include RuboCop::AST::CollectionNode
857
- end
858
- class RuboCop::AST::ArrayNode < RuboCop::AST::Node
859
- def bracketed?; end
860
- def each_value(&block); end
861
- def percent_literal?(type = nil); end
862
- def square_brackets?; end
863
- def values; end
864
- end
865
- class RuboCop::AST::AsgnNode < RuboCop::AST::Node
866
- def expression; end
867
- def name; end
868
- end
869
- class RuboCop::AST::BlockNode < RuboCop::AST::Node
870
- def argument_list; end
871
- def arguments; end
872
- def arguments?; end
873
- def body; end
874
- def braces?; end
875
- def closing_delimiter; end
876
- def delimiters; end
877
- def first_argument; end
878
- def keywords?; end
879
- def lambda?; end
880
- def last_argument; end
881
- def method_name; end
882
- def multiline?; end
883
- def numbered_arguments; end
884
- def opening_delimiter; end
885
- def send_node; end
886
- def single_line?; end
887
- def void_context?; end
888
- include RuboCop::AST::MethodIdentifierPredicates
889
- end
890
- class RuboCop::AST::BreakNode < RuboCop::AST::Node
891
- include RuboCop::AST::ParameterizedNode::WrappedArguments
892
- end
893
- class RuboCop::AST::CaseMatchNode < RuboCop::AST::Node
894
- def branches; end
895
- def each_in_pattern(&block); end
896
- def else?; end
897
- def else_branch; end
898
- def in_pattern_branches; end
899
- def keyword; end
900
- include RuboCop::AST::ConditionalNode
901
- end
902
- class RuboCop::AST::CaseNode < RuboCop::AST::Node
903
- def branches; end
904
- def each_when(&block); end
905
- def else?; end
906
- def else_branch; end
907
- def keyword; end
908
- def when_branches; end
909
- include RuboCop::AST::ConditionalNode
910
- end
911
- class RuboCop::AST::CasgnNode < RuboCop::AST::Node
912
- def expression; end
913
- def name; end
914
- def namespace; end
915
- end
916
- class RuboCop::AST::ClassNode < RuboCop::AST::Node
917
- def body; end
918
- def identifier; end
919
- def parent_class; end
920
- end
921
- class RuboCop::AST::ConstNode < RuboCop::AST::Node
922
- def absolute?; end
923
- def class_name?; end
924
- def each_path(&block); end
925
- def module_name?; end
926
- def namespace; end
927
- def relative?; end
928
- def short_name; end
929
- end
930
- class RuboCop::AST::DefNode < RuboCop::AST::Node
931
- def argument_forwarding?; end
932
- def arguments; end
933
- def body; end
934
- def endless?; end
935
- def method_name; end
936
- def receiver; end
937
- def void_context?; end
938
- include RuboCop::AST::MethodIdentifierPredicates
939
- include RuboCop::AST::ParameterizedNode
940
- end
941
- class RuboCop::AST::DefinedNode < RuboCop::AST::Node
942
- def arguments; end
943
- def node_parts; end
944
- include RuboCop::AST::MethodDispatchNode
945
- include RuboCop::AST::ParameterizedNode
946
- end
947
- class RuboCop::AST::EnsureNode < RuboCop::AST::Node
948
- def body; end
949
- end
950
- class RuboCop::AST::ForNode < RuboCop::AST::Node
951
- def body; end
952
- def collection; end
953
- def do?; end
954
- def keyword; end
955
- def variable; end
956
- def void_context?; end
957
- end
958
- class RuboCop::AST::ForwardArgsNode < RuboCop::AST::Node
959
- def to_a; end
960
- include RuboCop::AST::CollectionNode
961
- end
962
- class RuboCop::AST::FloatNode < RuboCop::AST::Node
963
- include RuboCop::AST::BasicLiteralNode
964
- include RuboCop::AST::NumericNode
965
- end
966
- class RuboCop::AST::HashNode < RuboCop::AST::Node
967
- def braces?; end
968
- def each_key(&block); end
969
- def each_pair; end
970
- def each_value(&block); end
971
- def empty?; end
972
- def keys; end
973
- def mixed_delimiters?; end
974
- def pairs; end
975
- def pairs_on_same_line?; end
976
- def values; end
977
- end
978
- class RuboCop::AST::IfNode < RuboCop::AST::Node
979
- def branches; end
980
- def each_branch(&block); end
981
- def else?; end
982
- def else_branch; end
983
- def elsif?; end
984
- def elsif_conditional?; end
985
- def if?; end
986
- def if_branch; end
987
- def inverse_keyword; end
988
- def keyword; end
989
- def modifier_form?; end
990
- def nested_conditional?; end
991
- def node_parts; end
992
- def ternary?; end
993
- def unless?; end
994
- include RuboCop::AST::ConditionalNode
995
- include RuboCop::AST::ModifierNode
996
- end
997
- class RuboCop::AST::InPatternNode < RuboCop::AST::Node
998
- def body; end
999
- def branch_index; end
1000
- def pattern; end
1001
- def then?; end
1002
- end
1003
- class RuboCop::AST::IndexNode < RuboCop::AST::Node
1004
- def assignment_method?; end
1005
- def attribute_accessor?; end
1006
- def first_argument_index; end
1007
- def method_name; end
1008
- include RuboCop::AST::MethodDispatchNode
1009
- include RuboCop::AST::ParameterizedNode::RestArguments
1010
- end
1011
- class RuboCop::AST::IndexasgnNode < RuboCop::AST::Node
1012
- def assignment_method?; end
1013
- def attribute_accessor?; end
1014
- def first_argument_index; end
1015
- def method_name; end
1016
- include RuboCop::AST::MethodDispatchNode
1017
- include RuboCop::AST::ParameterizedNode::RestArguments
1018
- end
1019
- class RuboCop::AST::IntNode < RuboCop::AST::Node
1020
- include RuboCop::AST::BasicLiteralNode
1021
- include RuboCop::AST::NumericNode
1022
- end
1023
- class RuboCop::AST::KeywordSplatNode < RuboCop::AST::Node
1024
- def colon?; end
1025
- def hash_rocket?; end
1026
- def kwsplat_type?; end
1027
- def node_parts; end
1028
- def operator; end
1029
- include RuboCop::AST::HashElementNode
1030
- end
1031
- class RuboCop::AST::LambdaNode < RuboCop::AST::Node
1032
- def assignment_method?; end
1033
- def attribute_accessor?; end
1034
- def first_argument_index; end
1035
- def lambda?; end
1036
- def lambda_literal?; end
1037
- def method_name; end
1038
- def receiver; end
1039
- include RuboCop::AST::MethodDispatchNode
1040
- include RuboCop::AST::ParameterizedNode::RestArguments
1041
- end
1042
- class RuboCop::AST::ModuleNode < RuboCop::AST::Node
1043
- def body; end
1044
- def identifier; end
1045
- end
1046
- class RuboCop::AST::NextNode < RuboCop::AST::Node
1047
- include RuboCop::AST::ParameterizedNode::WrappedArguments
1048
- end
1049
- class RuboCop::AST::OpAsgnNode < RuboCop::AST::Node
1050
- def assignment_node; end
1051
- def expression; end
1052
- def name; end
1053
- def operator; end
1054
- end
1055
- class RuboCop::AST::AndAsgnNode < RuboCop::AST::OpAsgnNode
1056
- def operator; end
1057
- end
1058
- class RuboCop::AST::OrAsgnNode < RuboCop::AST::OpAsgnNode
1059
- def operator; end
1060
- end
1061
- class RuboCop::AST::OrNode < RuboCop::AST::Node
1062
- def alternate_operator; end
1063
- def inverse_operator; end
1064
- include RuboCop::AST::BinaryOperatorNode
1065
- include RuboCop::AST::PredicateOperatorNode
1066
- end
1067
- class RuboCop::AST::PairNode < RuboCop::AST::Node
1068
- def colon?; end
1069
- def delimiter(*deprecated, with_spacing: nil); end
1070
- def hash_rocket?; end
1071
- def inverse_delimiter(*deprecated, with_spacing: nil); end
1072
- def value_omission?; end
1073
- def value_on_new_line?; end
1074
- include RuboCop::AST::HashElementNode
1075
- end
1076
- class RuboCop::AST::Procarg0Node < RuboCop::AST::ArgNode
1077
- def name; end
1078
- end
1079
- class RuboCop::AST::RangeNode < RuboCop::AST::Node
1080
- def begin; end
1081
- def end; end
1082
- end
1083
- class RuboCop::AST::RegexpNode < RuboCop::AST::Node
1084
- def content; end
1085
- def delimiter?(char); end
1086
- def delimiters; end
1087
- def extended?; end
1088
- def fixed_encoding?; end
1089
- def ignore_case?; end
1090
- def interpolation?; end
1091
- def multiline_mode?; end
1092
- def no_encoding?; end
1093
- def options; end
1094
- def percent_r_literal?; end
1095
- def regopt; end
1096
- def regopt_include?(option); end
1097
- def single_interpolation?; end
1098
- def slash_literal?; end
1099
- def to_regexp; end
1100
- end
1101
- class RuboCop::AST::RescueNode < RuboCop::AST::Node
1102
- def body; end
1103
- def branches; end
1104
- def else?; end
1105
- def else_branch; end
1106
- def resbody_branches; end
1107
- end
1108
- class RuboCop::AST::ResbodyNode < RuboCop::AST::Node
1109
- def body; end
1110
- def branch_index; end
1111
- def exception_variable; end
1112
- def exceptions; end
1113
- end
1114
- class RuboCop::AST::ReturnNode < RuboCop::AST::Node
1115
- include RuboCop::AST::ParameterizedNode::WrappedArguments
1116
- end
1117
- class RuboCop::AST::SelfClassNode < RuboCop::AST::Node
1118
- def body; end
1119
- def identifier; end
1120
- end
1121
- class RuboCop::AST::SendNode < RuboCop::AST::Node
1122
- def attribute_accessor?(param0 = nil); end
1123
- def first_argument_index; end
1124
- def send_type?; end
1125
- include RuboCop::AST::MethodDispatchNode
1126
- include RuboCop::AST::ParameterizedNode::RestArguments
1127
- end
1128
- class RuboCop::AST::CsendNode < RuboCop::AST::SendNode
1129
- def send_type?; end
1130
- end
1131
- class RuboCop::AST::StrNode < RuboCop::AST::Node
1132
- def character_literal?; end
1133
- def heredoc?; end
1134
- include RuboCop::AST::BasicLiteralNode
1135
- end
1136
- class RuboCop::AST::DstrNode < RuboCop::AST::StrNode
1137
- def value; end
1138
- end
1139
- class RuboCop::AST::SuperNode < RuboCop::AST::Node
1140
- def arguments; end
1141
- def node_parts; end
1142
- include RuboCop::AST::MethodDispatchNode
1143
- include RuboCop::AST::ParameterizedNode
1144
- end
1145
- class RuboCop::AST::SymbolNode < RuboCop::AST::Node
1146
- include RuboCop::AST::BasicLiteralNode
1147
- end
1148
- class RuboCop::AST::UntilNode < RuboCop::AST::Node
1149
- def do?; end
1150
- def inverse_keyword; end
1151
- def keyword; end
1152
- include RuboCop::AST::ConditionalNode
1153
- include RuboCop::AST::ModifierNode
1154
- end
1155
- class RuboCop::AST::WhenNode < RuboCop::AST::Node
1156
- def body; end
1157
- def branch_index; end
1158
- def conditions; end
1159
- def each_condition(&block); end
1160
- def then?; end
1161
- end
1162
- class RuboCop::AST::WhileNode < RuboCop::AST::Node
1163
- def do?; end
1164
- def inverse_keyword; end
1165
- def keyword; end
1166
- include RuboCop::AST::ConditionalNode
1167
- include RuboCop::AST::ModifierNode
1168
- end
1169
- class RuboCop::AST::YieldNode < RuboCop::AST::Node
1170
- def arguments; end
1171
- def node_parts; end
1172
- include RuboCop::AST::MethodDispatchNode
1173
- include RuboCop::AST::ParameterizedNode
1174
- end
1175
- class RuboCop::AST::Builder < Parser::Builders::Default
1176
- def n(type, children, source_map); end
1177
- def node_klass(type); end
1178
- def string_value(token); end
1179
- end
1180
- class RuboCop::AST::ProcessedSource
1181
- def [](*args); end
1182
- def ast; end
1183
- def ast_with_comments; end
1184
- def blank?; end
1185
- def buffer; end
1186
- def checksum; end
1187
- def comment_at_line(line); end
1188
- def comment_index; end
1189
- def commented?(source_range); end
1190
- def comments; end
1191
- def comments_before_line(line); end
1192
- def contains_comment?(source_range); end
1193
- def create_parser(ruby_version); end
1194
- def current_line(token); end
1195
- def diagnostics; end
1196
- def each_comment(&block); end
1197
- def each_comment_in_lines(line_range); end
1198
- def each_token(&block); end
1199
- def file_path; end
1200
- def find_comment(&block); end
1201
- def find_token(&block); end
1202
- def first_token_index(range_or_node); end
1203
- def first_token_of(range_or_node); end
1204
- def following_line(token); end
1205
- def initialize(source, ruby_version, path = nil); end
1206
- def last_token_index(range_or_node); end
1207
- def last_token_of(range_or_node); end
1208
- def line_indentation(line_number); end
1209
- def line_with_comment?(line); end
1210
- def lines; end
1211
- def parse(source, ruby_version); end
1212
- def parser_class(ruby_version); end
1213
- def parser_error; end
1214
- def path; end
1215
- def preceding_line(token); end
1216
- def raw_source; end
1217
- def ruby_version; end
1218
- def self.from_file(path, ruby_version); end
1219
- def sorted_tokens; end
1220
- def source_range(range_or_node); end
1221
- def start_with?(string); end
1222
- def tokenize(parser); end
1223
- def tokens; end
1224
- def tokens_within(range_or_node); end
1225
- def valid_syntax?; end
1226
- end
1227
- module RuboCop::AST::RuboCopCompatibility
1228
- def rubocop_loaded; end
1229
- end
1230
- class RuboCop::AST::Token
1231
- def begin_pos; end
1232
- def column; end
1233
- def comma?; end
1234
- def comment?; end
1235
- def dot?; end
1236
- def end?; end
1237
- def end_pos; end
1238
- def equal_sign?; end
1239
- def initialize(pos, type, text); end
1240
- def left_array_bracket?; end
1241
- def left_brace?; end
1242
- def left_bracket?; end
1243
- def left_curly_brace?; end
1244
- def left_parens?; end
1245
- def left_ref_bracket?; end
1246
- def line; end
1247
- def new_line?; end
1248
- def pos; end
1249
- def regexp_dots?; end
1250
- def rescue_modifier?; end
1251
- def right_bracket?; end
1252
- def right_curly_brace?; end
1253
- def right_parens?; end
1254
- def self.from_parser_token(parser_token); end
1255
- def semicolon?; end
1256
- def space_after?; end
1257
- def space_before?; end
1258
- def text; end
1259
- def to_s; end
1260
- def type; end
1261
- end
1262
- module RuboCop::AST::Traversal
1263
- def on_(node); end
1264
- def on___ENCODING__(node); end
1265
- def on___FILE__(node); end
1266
- def on___LINE__(node); end
1267
- def on_alias(node); end
1268
- def on_and(node); end
1269
- def on_and_asgn(node); end
1270
- def on_arg(node); end
1271
- def on_arg_expr(node); end
1272
- def on_args(node); end
1273
- def on_array(node); end
1274
- def on_array_pattern(node); end
1275
- def on_array_pattern_with_tail(node); end
1276
- def on_back_ref(node); end
1277
- def on_begin(node); end
1278
- def on_block(node); end
1279
- def on_block_pass(node); end
1280
- def on_blockarg(node); end
1281
- def on_break(node); end
1282
- def on_case(node); end
1283
- def on_case_match(node); end
1284
- def on_casgn(node); end
1285
- def on_cbase(node); end
1286
- def on_class(node); end
1287
- def on_complex(node); end
1288
- def on_const(node); end
1289
- def on_const_pattern(node); end
1290
- def on_csend(node); end
1291
- def on_cvar(node); end
1292
- def on_cvasgn(node); end
1293
- def on_def(node); end
1294
- def on_defined?(node); end
1295
- def on_defs(node); end
1296
- def on_dstr(node); end
1297
- def on_dsym(node); end
1298
- def on_eflipflop(node); end
1299
- def on_empty_else(node); end
1300
- def on_ensure(node); end
1301
- def on_erange(node); end
1302
- def on_false(node); end
1303
- def on_find_pattern(node); end
1304
- def on_float(node); end
1305
- def on_for(node); end
1306
- def on_forward_arg(node); end
1307
- def on_forward_args(node); end
1308
- def on_forwarded_args(node); end
1309
- def on_forwarded_kwrestarg(node); end
1310
- def on_forwarded_restarg(node); end
1311
- def on_gvar(node); end
1312
- def on_gvasgn(node); end
1313
- def on_hash(node); end
1314
- def on_hash_pattern(node); end
1315
- def on_if(node); end
1316
- def on_if_guard(node); end
1317
- def on_iflipflop(node); end
1318
- def on_in_match(node); end
1319
- def on_in_pattern(node); end
1320
- def on_index(node); end
1321
- def on_indexasgn(node); end
1322
- def on_int(node); end
1323
- def on_irange(node); end
1324
- def on_ivar(node); end
1325
- def on_ivasgn(node); end
1326
- def on_kwarg(node); end
1327
- def on_kwargs(node); end
1328
- def on_kwbegin(node); end
1329
- def on_kwnilarg(node); end
1330
- def on_kwoptarg(node); end
1331
- def on_kwrestarg(node); end
1332
- def on_kwsplat(node); end
1333
- def on_lambda(node); end
1334
- def on_lvar(node); end
1335
- def on_lvasgn(node); end
1336
- def on_masgn(node); end
1337
- def on_match_alt(node); end
1338
- def on_match_as(node); end
1339
- def on_match_current_line(node); end
1340
- def on_match_nil_pattern(node); end
1341
- def on_match_pattern(node); end
1342
- def on_match_pattern_p(node); end
1343
- def on_match_rest(node); end
1344
- def on_match_var(node); end
1345
- def on_match_with_lvasgn(node); end
1346
- def on_match_with_trailing_comma(node); end
1347
- def on_mlhs(node); end
1348
- def on_module(node); end
1349
- def on_mrasgn(node); end
1350
- def on_next(node); end
1351
- def on_nil(node); end
1352
- def on_not(node); end
1353
- def on_nth_ref(node); end
1354
- def on_numblock(node); end
1355
- def on_op_asgn(node); end
1356
- def on_optarg(node); end
1357
- def on_or(node); end
1358
- def on_or_asgn(node); end
1359
- def on_pair(node); end
1360
- def on_pin(node); end
1361
- def on_postexe(node); end
1362
- def on_preexe(node); end
1363
- def on_procarg0(node); end
1364
- def on_rasgn(node); end
1365
- def on_rational(node); end
1366
- def on_redo(node); end
1367
- def on_regexp(node); end
1368
- def on_regopt(node); end
1369
- def on_resbody(node); end
1370
- def on_rescue(node); end
1371
- def on_restarg(node); end
1372
- def on_retry(node); end
1373
- def on_return(node); end
1374
- def on_sclass(node); end
1375
- def on_self(node); end
1376
- def on_send(node); end
1377
- def on_shadowarg(node); end
1378
- def on_splat(node); end
1379
- def on_str(node); end
1380
- def on_super(node); end
1381
- def on_sym(node); end
1382
- def on_true(node); end
1383
- def on_undef(node); end
1384
- def on_unless_guard(node); end
1385
- def on_until(node); end
1386
- def on_until_post(node); end
1387
- def on_when(node); end
1388
- def on_while(node); end
1389
- def on_while_post(node); end
1390
- def on_xstr(node); end
1391
- def on_yield(node); end
1392
- def on_zsuper(node); end
1393
- def walk(node); end
1394
- extend RuboCop::AST::Traversal::CallbackCompiler
1395
- end
1396
- class RuboCop::AST::Traversal::DebugError < RuntimeError
1397
- end
1398
- module RuboCop::AST::Traversal::CallbackCompiler
1399
- def arity_check(range); end
1400
- def body(signature, prelude); end
1401
- def def_callback(type, *signature, arity: nil, arity_check: nil, body: nil); end
1402
- end
1403
- module RuboCop::AST::Version
1404
- end