Update RBI files for racc.
This commit is contained in:
parent
beec4bc5ca
commit
8a086c5ab7
@ -5,14 +5,9 @@
|
||||
# typed: true
|
||||
|
||||
class Object < ::BasicObject
|
||||
include ::ActiveSupport::ForkTracker::CoreExt
|
||||
include ::ActiveSupport::ForkTracker::CoreExtPrivate
|
||||
include ::ActiveSupport::ToJsonWithActiveSupportEncoder
|
||||
include ::Kernel
|
||||
include ::JSON::Ext::Generator::GeneratorMethods::Object
|
||||
include ::PP::ObjectMixin
|
||||
include ::ActiveSupport::Tryable
|
||||
include ::ActiveSupport::Dependencies::Loadable
|
||||
end
|
||||
|
||||
ParseError = Racc::ParseError
|
||||
@ -4482,48 +4482,6 @@ module Homebrew::API
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
end
|
||||
|
||||
module Homebrew::Assertions
|
||||
def assert_include(*args); end
|
||||
|
||||
def assert_no_match(*args); end
|
||||
|
||||
def assert_not_empty(*args); end
|
||||
|
||||
def assert_not_equal(*args); end
|
||||
|
||||
def assert_not_in_delta(*args); end
|
||||
|
||||
def assert_not_in_epsilon(*args); end
|
||||
|
||||
def assert_not_include(*args); end
|
||||
|
||||
def assert_not_includes(*args); end
|
||||
|
||||
def assert_not_instance_of(*args); end
|
||||
|
||||
def assert_not_kind_of(*args); end
|
||||
|
||||
def assert_not_match(*args); end
|
||||
|
||||
def assert_not_nil(*args); end
|
||||
|
||||
def assert_not_operator(*args); end
|
||||
|
||||
def assert_not_predicate(*args); end
|
||||
|
||||
def assert_not_respond_to(*args); end
|
||||
|
||||
def assert_not_same(*args); end
|
||||
|
||||
def assert_path_exist(*args); end
|
||||
|
||||
def assert_path_not_exist(*args); end
|
||||
|
||||
def assert_raise(*args); end
|
||||
|
||||
def assert_throw(*args); end
|
||||
end
|
||||
|
||||
class Homebrew::BundleVersion
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
@ -5800,8 +5758,6 @@ class Object
|
||||
|
||||
def __send!(*arg); end
|
||||
|
||||
def funcall(*arg); end
|
||||
|
||||
def stub(name, val_or_callable, *block_args); end
|
||||
|
||||
def to_yaml(options=T.unsafe(nil)); end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user