Update RBI files for sorbet.
This commit is contained in:
parent
ddaf495715
commit
a6f55a5e82
@ -1,6 +1,6 @@
|
||||
# DO NOT EDIT MANUALLY
|
||||
# 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
|
||||
|
||||
@ -17,6 +17,7 @@ class AST::Node
|
||||
def children; end
|
||||
def clone; end
|
||||
def concat(array); end
|
||||
def deconstruct; end
|
||||
def dup; end
|
||||
def eql?(other); end
|
||||
def hash; end
|
||||
@ -309,6 +309,10 @@ module RuboCop::AST::Descendence
|
||||
def visit_descendants(types, &block); end
|
||||
end
|
||||
|
||||
class RuboCop::AST::DstrNode < ::RuboCop::AST::StrNode
|
||||
def value; end
|
||||
end
|
||||
|
||||
class RuboCop::AST::EnsureNode < ::RuboCop::AST::Node
|
||||
def body; end
|
||||
end
|
||||
@ -7839,6 +7839,11 @@ class Homebrew::FormulaCreator
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
end
|
||||
|
||||
class Homebrew::Livecheck::LivecheckVersion
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
end
|
||||
|
||||
module Homebrew::Livecheck::SkipConditions
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
@ -26135,6 +26140,11 @@ module Readline
|
||||
def self.completion_quote_character(); end
|
||||
end
|
||||
|
||||
module ReleaseNotes
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
end
|
||||
|
||||
class Requirement
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
@ -29731,6 +29741,17 @@ module Utils
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
end
|
||||
|
||||
class Version::Parser
|
||||
def initialize(*args, &blk); end
|
||||
end
|
||||
|
||||
class Version::Parser
|
||||
extend ::T::Private::Abstract::Hooks
|
||||
extend ::T::InterfaceWrapper::Helpers
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
end
|
||||
|
||||
class Version::Token
|
||||
extend ::T::Private::Abstract::Hooks
|
||||
extend ::T::InterfaceWrapper::Helpers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user