Update RBI files for rubocop-ast.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2024-09-03 18:26:35 +00:00
parent 65941ac30b
commit 5209898784
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -628,412 +628,412 @@ end
# #
# source://rubocop-ast//lib/rubocop/ast/node/mixin/collection_node.rb#6 # source://rubocop-ast//lib/rubocop/ast/node/mixin/collection_node.rb#6
module RuboCop::AST::CollectionNode module RuboCop::AST::CollectionNode
extend ::Forwardable extend ::RuboCop::SimpleForwardable
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def &(*args, **_arg1, &block); end def &(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def *(*args, **_arg1, &block); end def *(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def +(*args, **_arg1, &block); end def +(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def -(*args, **_arg1, &block); end def -(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def <<(*args, **_arg1, &block); end def <<(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def [](*args, **_arg1, &block); end def [](*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def []=(*args, **_arg1, &block); end def []=(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def all?(*args, **_arg1, &block); end def all?(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def any?(*args, **_arg1, &block); end def any?(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def append(*args, **_arg1, &block); end def append(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def assoc(*args, **_arg1, &block); end def assoc(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def at(*args, **_arg1, &block); end def at(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def bsearch(*args, **_arg1, &block); end def bsearch(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def bsearch_index(*args, **_arg1, &block); end def bsearch_index(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def chain(*args, **_arg1, &block); end def chain(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def chunk(*args, **_arg1, &block); end def chunk(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def chunk_while(*args, **_arg1, &block); end def chunk_while(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def clear(*args, **_arg1, &block); end def clear(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def collect(*args, **_arg1, &block); end def collect(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def collect!(*args, **_arg1, &block); end def collect!(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def collect_concat(*args, **_arg1, &block); end def collect_concat(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def combination(*args, **_arg1, &block); end def combination(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def compact(*args, **_arg1, &block); end def compact(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def compact!(*args, **_arg1, &block); end def compact!(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def concat(*args, **_arg1, &block); end def concat(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def count(*args, **_arg1, &block); end def count(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def cycle(*args, **_arg1, &block); end def cycle(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def deconstruct(*args, **_arg1, &block); end def deconstruct(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def delete(*args, **_arg1, &block); end def delete(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def delete_at(*args, **_arg1, &block); end def delete_at(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def delete_if(*args, **_arg1, &block); end def delete_if(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def detect(*args, **_arg1, &block); end def detect(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def difference(*args, **_arg1, &block); end def difference(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def dig(*args, **_arg1, &block); end def dig(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def drop(*args, **_arg1, &block); end def drop(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def drop_while(*args, **_arg1, &block); end def drop_while(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def each(*args, **_arg1, &block); end def each(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def each_cons(*args, **_arg1, &block); end def each_cons(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def each_entry(*args, **_arg1, &block); end def each_entry(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def each_index(*args, **_arg1, &block); end def each_index(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def each_slice(*args, **_arg1, &block); end def each_slice(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def each_with_index(*args, **_arg1, &block); end def each_with_index(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def each_with_object(*args, **_arg1, &block); end def each_with_object(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def empty?(*args, **_arg1, &block); end def empty?(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def entries(*args, **_arg1, &block); end def entries(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def fetch(*args, **_arg1, &block); end def fetch(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def fill(*args, **_arg1, &block); end def fill(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def filter(*args, **_arg1, &block); end def filter(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def filter!(*args, **_arg1, &block); end def filter!(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def filter_map(*args, **_arg1, &block); end def filter_map(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def find(*args, **_arg1, &block); end def find(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def find_all(*args, **_arg1, &block); end def find_all(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def find_index(*args, **_arg1, &block); end def find_index(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def first(*args, **_arg1, &block); end def first(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def flat_map(*args, **_arg1, &block); end def flat_map(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def flatten(*args, **_arg1, &block); end def flatten(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def flatten!(*args, **_arg1, &block); end def flatten!(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def grep(*args, **_arg1, &block); end def grep(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def grep_v(*args, **_arg1, &block); end def grep_v(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def group_by(*args, **_arg1, &block); end def group_by(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def include?(*args, **_arg1, &block); end def include?(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def index(*args, **_arg1, &block); end def index(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def inject(*args, **_arg1, &block); end def inject(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def insert(*args, **_arg1, &block); end def insert(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def intersect?(*args, **_arg1, &block); end def intersect?(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def intersection(*args, **_arg1, &block); end def intersection(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def join(*args, **_arg1, &block); end def join(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def keep_if(*args, **_arg1, &block); end def keep_if(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def last(*args, **_arg1, &block); end def last(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def lazy(*args, **_arg1, &block); end def lazy(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def length(*args, **_arg1, &block); end def length(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def map(*args, **_arg1, &block); end def map(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def map!(*args, **_arg1, &block); end def map!(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def max(*args, **_arg1, &block); end def max(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def max_by(*args, **_arg1, &block); end def max_by(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def member?(*args, **_arg1, &block); end def member?(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def min(*args, **_arg1, &block); end def min(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def min_by(*args, **_arg1, &block); end def min_by(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def minmax(*args, **_arg1, &block); end def minmax(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def minmax_by(*args, **_arg1, &block); end def minmax_by(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def none?(*args, **_arg1, &block); end def none?(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def one?(*args, **_arg1, &block); end def one?(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def pack(*args, **_arg1, &block); end def pack(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def partition(*args, **_arg1, &block); end def partition(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def permutation(*args, **_arg1, &block); end def permutation(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def place(*args, **_arg1, &block); end def place(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def pop(*args, **_arg1, &block); end def pop(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def prepend(*args, **_arg1, &block); end def prepend(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def product(*args, **_arg1, &block); end def product(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def push(*args, **_arg1, &block); end def push(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def rassoc(*args, **_arg1, &block); end def rassoc(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def reduce(*args, **_arg1, &block); end def reduce(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def reject(*args, **_arg1, &block); end def reject(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def reject!(*args, **_arg1, &block); end def reject!(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def repeated_combination(*args, **_arg1, &block); end def repeated_combination(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def repeated_permutation(*args, **_arg1, &block); end def repeated_permutation(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def replace(*args, **_arg1, &block); end def replace(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def reverse(*args, **_arg1, &block); end def reverse(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def reverse!(*args, **_arg1, &block); end def reverse!(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def reverse_each(*args, **_arg1, &block); end def reverse_each(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def rindex(*args, **_arg1, &block); end def rindex(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def rotate(*args, **_arg1, &block); end def rotate(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def rotate!(*args, **_arg1, &block); end def rotate!(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def sample(*args, **_arg1, &block); end def sample(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def select(*args, **_arg1, &block); end def select(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def select!(*args, **_arg1, &block); end def select!(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def shelljoin(*args, **_arg1, &block); end def shelljoin(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def shift(*args, **_arg1, &block); end def shift(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def shuffle(*args, **_arg1, &block); end def shuffle(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def shuffle!(*args, **_arg1, &block); end def shuffle!(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def size(*args, **_arg1, &block); end def size(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def slice(*args, **_arg1, &block); end def slice(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def slice!(*args, **_arg1, &block); end def slice!(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def slice_after(*args, **_arg1, &block); end def slice_after(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def slice_before(*args, **_arg1, &block); end def slice_before(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def slice_when(*args, **_arg1, &block); end def slice_when(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def sort(*args, **_arg1, &block); end def sort(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def sort!(*args, **_arg1, &block); end def sort!(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def sort_by(*args, **_arg1, &block); end def sort_by(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def sort_by!(*args, **_arg1, &block); end def sort_by!(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def sum(*args, **_arg1, &block); end def sum(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def take(*args, **_arg1, &block); end def take(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def take_while(*args, **_arg1, &block); end def take_while(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def tally(*args, **_arg1, &block); end def tally(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def to_ary(*args, **_arg1, &block); end def to_ary(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def to_h(*args, **_arg1, &block); end def to_h(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def to_set(*args, **_arg1, &block); end def to_set(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def transpose(*args, **_arg1, &block); end def transpose(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def union(*args, **_arg1, &block); end def union(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def uniq(*args, **_arg1, &block); end def uniq(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def uniq!(*args, **_arg1, &block); end def uniq!(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def unshift(*args, **_arg1, &block); end def unshift(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def values_at(*args, **_arg1, &block); end def values_at(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def zip(*args, **_arg1, &block); end def zip(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def |(*args, **_arg1, &block); end def |(*_arg0, **_arg1, &_arg2); end
end end
# source://rubocop-ast//lib/rubocop/ast/node/mixin/collection_node.rb#9 # source://rubocop-ast//lib/rubocop/ast/node/mixin/collection_node.rb#9
@ -3527,7 +3527,7 @@ RuboCop::AST::Node::VARIABLES = T.let(T.unsafe(nil), Set)
# source://rubocop-ast//lib/rubocop/ast/node_pattern/method_definer.rb#5 # source://rubocop-ast//lib/rubocop/ast/node_pattern/method_definer.rb#5
class RuboCop::AST::NodePattern class RuboCop::AST::NodePattern
include ::RuboCop::AST::NodePattern::MethodDefiner include ::RuboCop::AST::NodePattern::MethodDefiner
extend ::Forwardable extend ::RuboCop::SimpleForwardable
# @return [NodePattern] a new instance of NodePattern # @return [NodePattern] a new instance of NodePattern
# #
@ -3545,8 +3545,8 @@ class RuboCop::AST::NodePattern
# source://rubocop-ast//lib/rubocop/ast/node_pattern.rb#73 # source://rubocop-ast//lib/rubocop/ast/node_pattern.rb#73
def ast; end def ast; end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def captures(*args, **_arg1, &block); end def captures(*_arg0, **_arg1, &_arg2); end
# source://rubocop-ast//lib/rubocop/ast/node_pattern.rb#111 # source://rubocop-ast//lib/rubocop/ast/node_pattern.rb#111
def encode_with(coder); end def encode_with(coder); end
@ -3574,16 +3574,16 @@ class RuboCop::AST::NodePattern
# source://rubocop-ast//lib/rubocop/ast/node_pattern.rb#73 # source://rubocop-ast//lib/rubocop/ast/node_pattern.rb#73
def match_code; end def match_code; end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def named_parameters(*args, **_arg1, &block); end def named_parameters(*_arg0, **_arg1, &_arg2); end
# Returns the value of attribute pattern. # Returns the value of attribute pattern.
# #
# source://rubocop-ast//lib/rubocop/ast/node_pattern.rb#73 # source://rubocop-ast//lib/rubocop/ast/node_pattern.rb#73
def pattern; end def pattern; end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def positional_parameters(*args, **_arg1, &block); end def positional_parameters(*_arg0, **_arg1, &_arg2); end
# source://rubocop-ast//lib/rubocop/ast/node_pattern.rb#95 # source://rubocop-ast//lib/rubocop/ast/node_pattern.rb#95
def to_s; end def to_s; end
@ -3688,15 +3688,15 @@ end
# #
# source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler.rb#11 # source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler.rb#11
class RuboCop::AST::NodePattern::Compiler class RuboCop::AST::NodePattern::Compiler
extend ::Forwardable extend ::RuboCop::SimpleForwardable
# @return [Compiler] a new instance of Compiler # @return [Compiler] a new instance of Compiler
# #
# source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler.rb#15 # source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler.rb#15
def initialize; end def initialize; end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def bind(*args, **_arg1, &block); end def bind(*_arg0, **_arg1, &_arg2); end
# Returns the value of attribute binding. # Returns the value of attribute binding.
# #
@ -3842,8 +3842,8 @@ class RuboCop::AST::NodePattern::Compiler::Debug < ::RuboCop::AST::NodePattern::
# source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler/debug.rb#123 # source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler/debug.rb#123
def initialize; end def initialize; end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def comments(*args, **_arg1, &block); end def comments(*_arg0, **_arg1, &_arg2); end
# source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler/debug.rb#128 # source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler/debug.rb#128
def named_parameters; end def named_parameters; end
@ -3856,8 +3856,8 @@ class RuboCop::AST::NodePattern::Compiler::Debug < ::RuboCop::AST::NodePattern::
# source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler/debug.rb#132 # source://rubocop-ast//lib/rubocop/ast/node_pattern/compiler/debug.rb#132
def parser; end def parser; end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def tokens(*args, **_arg1, &block); end def tokens(*_arg0, **_arg1, &_arg2); end
end end
# @api private # @api private
@ -4633,7 +4633,7 @@ end
# source://rubocop-ast//lib/rubocop/ast/node_pattern/node.rb#7 # source://rubocop-ast//lib/rubocop/ast/node_pattern/node.rb#7
class RuboCop::AST::NodePattern::Node < ::Parser::AST::Node class RuboCop::AST::NodePattern::Node < ::Parser::AST::Node
include ::RuboCop::AST::Descendence include ::RuboCop::AST::Descendence
extend ::Forwardable extend ::RuboCop::SimpleForwardable
# Note: `arity.end` may be `Float::INFINITY` # Note: `arity.end` may be `Float::INFINITY`
# #
@ -4726,8 +4726,8 @@ RuboCop::AST::NodePattern::Node::AnyOrder::ARITIES = T.let(T.unsafe(nil), Hash)
# #
# source://rubocop-ast//lib/rubocop/ast/node_pattern/node.rb#96 # source://rubocop-ast//lib/rubocop/ast/node_pattern/node.rb#96
class RuboCop::AST::NodePattern::Node::Capture < ::RuboCop::AST::NodePattern::Node class RuboCop::AST::NodePattern::Node::Capture < ::RuboCop::AST::NodePattern::Node
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def arity(*args, **_arg1, &block); end def arity(*_arg0, **_arg1, &_arg2); end
# @return [Boolean] # @return [Boolean]
# #
@ -4740,8 +4740,8 @@ class RuboCop::AST::NodePattern::Node::Capture < ::RuboCop::AST::NodePattern::No
# source://rubocop-ast//lib/rubocop/ast/node_pattern/node.rb#104 # source://rubocop-ast//lib/rubocop/ast/node_pattern/node.rb#104
def nb_captures; end def nb_captures; end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def rest?(*args, **_arg1, &block); end def rest?(*_arg0, **_arg1, &_arg2); end
end end
# source://rubocop-ast//lib/rubocop/ast/node_pattern/node.rb#85 # source://rubocop-ast//lib/rubocop/ast/node_pattern/node.rb#85
@ -4856,7 +4856,7 @@ end
# #
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#12 # source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#12
class RuboCop::AST::NodePattern::Parser < ::Racc::Parser class RuboCop::AST::NodePattern::Parser < ::Racc::Parser
extend ::Forwardable extend ::RuboCop::SimpleForwardable
# @return [Parser] a new instance of Parser # @return [Parser] a new instance of Parser
# #
@ -4975,29 +4975,29 @@ class RuboCop::AST::NodePattern::Parser < ::Racc::Parser
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#465 # source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.racc.rb#465
def _reduce_none(val, _values); end def _reduce_none(val, _values); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def emit_atom(*args, **_arg1, &block); end def emit_atom(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def emit_call(*args, **_arg1, &block); end def emit_call(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def emit_capture(*args, **_arg1, &block); end def emit_capture(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def emit_list(*args, **_arg1, &block); end def emit_list(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def emit_unary_op(*args, **_arg1, &block); end def emit_unary_op(*_arg0, **_arg1, &_arg2); end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def emit_union(*args, **_arg1, &block); end def emit_union(*_arg0, **_arg1, &_arg2); end
# source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.rb#40 # source://rubocop-ast//lib/rubocop/ast/node_pattern/parser.rb#40
def inspect; end def inspect; end
# source://forwardable/1.3.3/forwardable.rb#231 # source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#9
def next_token(*args, **_arg1, &block); end def next_token(*_arg0, **_arg1, &_arg2); end
# (Similar API to `parser` gem) # (Similar API to `parser` gem)
# Parses a source and returns the AST. # Parses a source and returns the AST.
@ -7182,3 +7182,11 @@ class RuboCop::AST::YieldNode < ::RuboCop::AST::Node
# source://rubocop-ast//lib/rubocop/ast/node/yield_node.rb#16 # source://rubocop-ast//lib/rubocop/ast/node/yield_node.rb#16
def node_parts; end def node_parts; end
end end
# Similar to `Forwardable#def_delegators`, but simpler & faster
#
# source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#5
module RuboCop::SimpleForwardable
# source://rubocop-ast//lib/rubocop/ast/utilities/simple_forwardable.rb#6
def def_delegators(accessor, *methods); end
end