Update RBI files for activesupport.
This commit is contained in:
parent
d261a57a8d
commit
eea2055bfd
@ -1,6 +1,6 @@
|
||||
# DO NOT EDIT MANUALLY
|
||||
# This is an autogenerated file for types exported from the `activesupport` gem.
|
||||
# Please instead update this file by running `tapioca sync`.
|
||||
# Please instead update this file by running `bin/tapioca sync`.
|
||||
|
||||
# typed: false
|
||||
|
||||
@ -518,10 +518,10 @@ end
|
||||
|
||||
class String
|
||||
include(::Comparable)
|
||||
include(::Colorize::InstanceMethods)
|
||||
include(::JSON::Ext::Generator::GeneratorMethods::String)
|
||||
extend(::Colorize::ClassMethods)
|
||||
include(::Colorize::InstanceMethods)
|
||||
extend(::JSON::Ext::Generator::GeneratorMethods::String::Extend)
|
||||
extend(::Colorize::ClassMethods)
|
||||
|
||||
def acts_like_string?; end
|
||||
def as_json(options = T.unsafe(nil)); end
|
||||
Loading…
x
Reference in New Issue
Block a user