Update RBI files for activesupport.

This commit is contained in:
BrewTestBot 2021-02-18 05:59:59 +00:00
parent 5f72849398
commit 01f207b6a4
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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