Update RBI files for codecov.
This commit is contained in:
parent
87ec160ac4
commit
087e49bf31
@ -1,7 +0,0 @@
|
||||
# DO NOT EDIT MANUALLY
|
||||
# This is an autogenerated file for types exported from the `docile` gem.
|
||||
# Please instead update this file by running `tapioca generate --exclude json`.
|
||||
|
||||
# typed: true
|
||||
|
||||
|
8
Library/Homebrew/sorbet/rbi/gems/docile@1.3.4.rbi
Normal file
8
Library/Homebrew/sorbet/rbi/gems/docile@1.3.4.rbi
Normal file
@ -0,0 +1,8 @@
|
||||
# DO NOT EDIT MANUALLY
|
||||
# This is an autogenerated file for types exported from the `docile` gem.
|
||||
# Please instead update this file by running `tapioca sync`.
|
||||
|
||||
# typed: true
|
||||
|
||||
# THIS IS AN EMPTY RBI FILE.
|
||||
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@ -1,94 +0,0 @@
|
||||
# DO NOT EDIT MANUALLY
|
||||
# This is an autogenerated file for types exported from the `json` gem.
|
||||
# Please instead update this file by running `tapioca sync`.
|
||||
|
||||
# typed: true
|
||||
|
||||
class Class < ::Module
|
||||
def json_creatable?; end
|
||||
end
|
||||
|
||||
module JSON
|
||||
|
||||
private
|
||||
|
||||
def dump(obj, anIO = T.unsafe(nil), limit = T.unsafe(nil)); end
|
||||
def fast_generate(obj, opts = T.unsafe(nil)); end
|
||||
def fast_unparse(obj, opts = T.unsafe(nil)); end
|
||||
def generate(obj, opts = T.unsafe(nil)); end
|
||||
def load(source, proc = T.unsafe(nil), options = T.unsafe(nil)); end
|
||||
def parse(source, opts = T.unsafe(nil)); end
|
||||
def parse!(source, opts = T.unsafe(nil)); end
|
||||
def pretty_generate(obj, opts = T.unsafe(nil)); end
|
||||
def pretty_unparse(obj, opts = T.unsafe(nil)); end
|
||||
def recurse_proc(result, &proc); end
|
||||
def restore(source, proc = T.unsafe(nil), options = T.unsafe(nil)); end
|
||||
def unparse(obj, opts = T.unsafe(nil)); end
|
||||
|
||||
class << self
|
||||
def [](object, opts = T.unsafe(nil)); end
|
||||
def create_id; end
|
||||
def create_id=(_); end
|
||||
def deep_const_get(path); end
|
||||
def dump(obj, anIO = T.unsafe(nil), limit = T.unsafe(nil)); end
|
||||
def dump_default_options; end
|
||||
def dump_default_options=(_); end
|
||||
def fast_generate(obj, opts = T.unsafe(nil)); end
|
||||
def fast_unparse(obj, opts = T.unsafe(nil)); end
|
||||
def generate(obj, opts = T.unsafe(nil)); end
|
||||
def generator; end
|
||||
def generator=(generator); end
|
||||
def iconv(to, from, string); end
|
||||
def load(source, proc = T.unsafe(nil), options = T.unsafe(nil)); end
|
||||
def load_default_options; end
|
||||
def load_default_options=(_); end
|
||||
def parse(source, opts = T.unsafe(nil)); end
|
||||
def parse!(source, opts = T.unsafe(nil)); end
|
||||
def parser; end
|
||||
def parser=(parser); end
|
||||
def pretty_generate(obj, opts = T.unsafe(nil)); end
|
||||
def pretty_unparse(obj, opts = T.unsafe(nil)); end
|
||||
def recurse_proc(result, &proc); end
|
||||
def restore(source, proc = T.unsafe(nil), options = T.unsafe(nil)); end
|
||||
def state; end
|
||||
def state=(_); end
|
||||
def unparse(obj, opts = T.unsafe(nil)); end
|
||||
end
|
||||
end
|
||||
|
||||
class JSON::GenericObject < ::OpenStruct
|
||||
def as_json(*_); end
|
||||
def to_hash; end
|
||||
def to_json(*a); end
|
||||
def |(other); end
|
||||
|
||||
class << self
|
||||
def dump(obj, *args); end
|
||||
def from_hash(object); end
|
||||
def json_creatable=(_); end
|
||||
def json_creatable?; end
|
||||
def json_create(data); end
|
||||
def load(source, proc = T.unsafe(nil), opts = T.unsafe(nil)); end
|
||||
end
|
||||
end
|
||||
|
||||
class JSON::JSONError < ::StandardError
|
||||
class << self
|
||||
def wrap(exception); end
|
||||
end
|
||||
end
|
||||
|
||||
JSON::Parser = JSON::Ext::Parser
|
||||
|
||||
JSON::State = JSON::Ext::Generator::State
|
||||
|
||||
JSON::UnparserError = JSON::GeneratorError
|
||||
|
||||
module Kernel
|
||||
|
||||
private
|
||||
|
||||
def JSON(object, *args); end
|
||||
def j(*objs); end
|
||||
def jj(*objs); end
|
||||
end
|
@ -5449,6 +5449,8 @@ class Class
|
||||
def any_instance(); end
|
||||
|
||||
def class_attribute(*attrs, instance_accessor: T.unsafe(nil), instance_reader: T.unsafe(nil), instance_writer: T.unsafe(nil), instance_predicate: T.unsafe(nil), default: T.unsafe(nil)); end
|
||||
|
||||
def json_creatable?(); end
|
||||
end
|
||||
|
||||
class Cleaner
|
||||
@ -5837,6 +5839,13 @@ module CodeRay
|
||||
def self.scanner(lang, options=T.unsafe(nil), &block); end
|
||||
end
|
||||
|
||||
module Codecov
|
||||
VERSION = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
module Codecov
|
||||
end
|
||||
|
||||
class CompilerSelector::Compiler
|
||||
def self.[](*_); end
|
||||
|
||||
@ -6354,6 +6363,16 @@ module Docile
|
||||
VERSION = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
module Docile::BacktraceFilter
|
||||
def backtrace(); end
|
||||
|
||||
def backtrace_locations(); end
|
||||
FILTER_PATTERN = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
module Docile::BacktraceFilter
|
||||
end
|
||||
|
||||
class Docile::ChainingFallbackContextProxy
|
||||
end
|
||||
|
||||
@ -9957,6 +9976,12 @@ class JSON::Ext::Parser
|
||||
def initialize(*_); end
|
||||
end
|
||||
|
||||
JSON::Parser = JSON::Ext::Parser
|
||||
|
||||
JSON::State = JSON::Ext::Generator::State
|
||||
|
||||
JSON::UnparserError = JSON::GeneratorError
|
||||
|
||||
class JavaRequirement::CaskSuggestion
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
@ -29264,7 +29289,6 @@ class SimpleCov::Formatter::Codecov
|
||||
SOLANO = ::T.let(nil, ::T.untyped)
|
||||
TEAMCITY = ::T.let(nil, ::T.untyped)
|
||||
TRAVIS = ::T.let(nil, ::T.untyped)
|
||||
VERSION = ::T.let(nil, ::T.untyped)
|
||||
WERCKER = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user