Update RBI files for rubocop-ast.
This commit is contained in:
parent
1f91ca9d3a
commit
eaf46b2ff9
@ -1,6 +1,6 @@
|
|||||||
# DO NOT EDIT MANUALLY
|
# DO NOT EDIT MANUALLY
|
||||||
# This is an autogenerated file for types exported from the `ast` gem.
|
# This is an autogenerated file for types exported from the `ast` gem.
|
||||||
# Please instead update this file by running `tapioca generate --exclude json`.
|
# Please instead update this file by running `tapioca sync`.
|
||||||
|
|
||||||
# typed: true
|
# typed: true
|
||||||
|
|
||||||
@ -17,6 +17,7 @@ class AST::Node
|
|||||||
def children; end
|
def children; end
|
||||||
def clone; end
|
def clone; end
|
||||||
def concat(array); end
|
def concat(array); end
|
||||||
|
def deconstruct; end
|
||||||
def dup; end
|
def dup; end
|
||||||
def eql?(other); end
|
def eql?(other); end
|
||||||
def hash; end
|
def hash; end
|
||||||
@ -309,6 +309,10 @@ module RuboCop::AST::Descendence
|
|||||||
def visit_descendants(types, &block); end
|
def visit_descendants(types, &block); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class RuboCop::AST::DstrNode < ::RuboCop::AST::StrNode
|
||||||
|
def value; end
|
||||||
|
end
|
||||||
|
|
||||||
class RuboCop::AST::EnsureNode < ::RuboCop::AST::Node
|
class RuboCop::AST::EnsureNode < ::RuboCop::AST::Node
|
||||||
def body; end
|
def body; end
|
||||||
end
|
end
|
||||||
@ -26135,6 +26135,11 @@ module Readline
|
|||||||
def self.completion_quote_character(); end
|
def self.completion_quote_character(); end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
module ReleaseNotes
|
||||||
|
extend ::T::Private::Methods::MethodHooks
|
||||||
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
|
end
|
||||||
|
|
||||||
class Requirement
|
class Requirement
|
||||||
extend ::T::Private::Methods::MethodHooks
|
extend ::T::Private::Methods::MethodHooks
|
||||||
extend ::T::Private::Methods::SingletonMethodHooks
|
extend ::T::Private::Methods::SingletonMethodHooks
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user