Update RBI files for activesupport.
This commit is contained in:
parent
5f72849398
commit
01f207b6a4
@ -518,10 +518,10 @@ end
|
||||
|
||||
class String
|
||||
include(::Comparable)
|
||||
include(::JSON::Ext::Generator::GeneratorMethods::String)
|
||||
include(::Colorize::InstanceMethods)
|
||||
extend(::JSON::Ext::Generator::GeneratorMethods::String::Extend)
|
||||
include(::JSON::Ext::Generator::GeneratorMethods::String)
|
||||
extend(::Colorize::ClassMethods)
|
||||
extend(::JSON::Ext::Generator::GeneratorMethods::String::Extend)
|
||||
|
||||
def acts_like_string?; end
|
||||
def as_json(options = T.unsafe(nil)); end
|
||||
@ -7960,6 +7960,11 @@ end
|
||||
module GetText
|
||||
end
|
||||
|
||||
module GitHub::API
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
end
|
||||
|
||||
class GitHub::Actions::Annotation
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
@ -7970,11 +7975,6 @@ module GitHub::Actions
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
end
|
||||
|
||||
module GitHub
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
end
|
||||
|
||||
module GitRepositoryExtension
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user