Merge pull request #11898 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9053
build(deps-dev): bump sorbet from 0.5.9048 to 0.5.9053 in /Library/Homebrew
This commit is contained in:
commit
9c986d1d4c
@ -146,11 +146,11 @@ GEM
|
|||||||
simplecov (~> 0.8)
|
simplecov (~> 0.8)
|
||||||
simplecov-html (0.12.3)
|
simplecov-html (0.12.3)
|
||||||
simplecov_json_formatter (0.1.3)
|
simplecov_json_formatter (0.1.3)
|
||||||
sorbet (0.5.9048)
|
sorbet (0.5.9053)
|
||||||
sorbet-static (= 0.5.9048)
|
sorbet-static (= 0.5.9053)
|
||||||
sorbet-runtime (0.5.9048)
|
sorbet-runtime (0.5.9053)
|
||||||
sorbet-runtime-stub (0.2.0)
|
sorbet-runtime-stub (0.2.0)
|
||||||
sorbet-static (0.5.9048-universal-darwin-14)
|
sorbet-static (0.5.9053-universal-darwin-14)
|
||||||
spoom (1.1.2)
|
spoom (1.1.2)
|
||||||
colorize
|
colorize
|
||||||
sorbet (>= 0.5.6347)
|
sorbet (>= 0.5.6347)
|
||||||
|
|||||||
@ -110,7 +110,7 @@ class ActiveSupport::Cache::Entry
|
|||||||
|
|
||||||
def expires_at=(value); end
|
def expires_at=(value); end
|
||||||
|
|
||||||
def initialize(value, compress: T.unsafe(nil), compress_threshold: T.unsafe(nil), version: T.unsafe(nil), expires_in: T.unsafe(nil), **_); end
|
def initialize(value, compress: T.unsafe(nil), compress_threshold: T.unsafe(nil), version: T.unsafe(nil), expires_in: T.unsafe(nil), **arg); end
|
||||||
|
|
||||||
def mismatched?(version); end
|
def mismatched?(version); end
|
||||||
|
|
||||||
@ -440,7 +440,7 @@ class ActiveSupport::Callbacks::Filters::Environment
|
|||||||
end
|
end
|
||||||
|
|
||||||
class ActiveSupport::Callbacks::Filters::Environment
|
class ActiveSupport::Callbacks::Filters::Environment
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -1285,7 +1285,7 @@ class ActiveSupport::ExecutionWrapper::CompleteHook
|
|||||||
end
|
end
|
||||||
|
|
||||||
class ActiveSupport::ExecutionWrapper::CompleteHook
|
class ActiveSupport::ExecutionWrapper::CompleteHook
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -1299,7 +1299,7 @@ class ActiveSupport::ExecutionWrapper::RunHook
|
|||||||
end
|
end
|
||||||
|
|
||||||
class ActiveSupport::ExecutionWrapper::RunHook
|
class ActiveSupport::ExecutionWrapper::RunHook
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -1363,7 +1363,7 @@ module ActiveSupport::ForkTracker
|
|||||||
end
|
end
|
||||||
|
|
||||||
module ActiveSupport::ForkTracker::CoreExt
|
module ActiveSupport::ForkTracker::CoreExt
|
||||||
def fork(*_); end
|
def fork(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
module ActiveSupport::ForkTracker::CoreExt
|
module ActiveSupport::ForkTracker::CoreExt
|
||||||
@ -1697,7 +1697,7 @@ class ActiveSupport::Notifications::Fanout::Subscribers::AllMessages
|
|||||||
|
|
||||||
def initialize(delegate); end
|
def initialize(delegate); end
|
||||||
|
|
||||||
def matches?(_); end
|
def matches?(arg); end
|
||||||
|
|
||||||
def publish(name, *args); end
|
def publish(name, *args); end
|
||||||
|
|
||||||
@ -1705,7 +1705,7 @@ class ActiveSupport::Notifications::Fanout::Subscribers::AllMessages
|
|||||||
|
|
||||||
def subscribed_to?(name); end
|
def subscribed_to?(name); end
|
||||||
|
|
||||||
def unsubscribe!(*_); end
|
def unsubscribe!(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class ActiveSupport::Notifications::Fanout::Subscribers::AllMessages
|
class ActiveSupport::Notifications::Fanout::Subscribers::AllMessages
|
||||||
@ -1972,7 +1972,7 @@ class ActiveSupport::OrderedOptions
|
|||||||
|
|
||||||
def []=(key, value); end
|
def []=(key, value); end
|
||||||
|
|
||||||
def _get(_); end
|
def _get(arg); end
|
||||||
|
|
||||||
def method_missing(name, *args); end
|
def method_missing(name, *args); end
|
||||||
end
|
end
|
||||||
@ -2075,7 +2075,7 @@ end
|
|||||||
class ActiveSupport::SafeBuffer
|
class ActiveSupport::SafeBuffer
|
||||||
def %(args); end
|
def %(args); end
|
||||||
|
|
||||||
def *(*_); end
|
def *(*arg); end
|
||||||
|
|
||||||
def +(other); end
|
def +(other); end
|
||||||
|
|
||||||
@ -2472,11 +2472,11 @@ class ActiveSupport::TimeWithZone
|
|||||||
|
|
||||||
def advance(options); end
|
def advance(options); end
|
||||||
|
|
||||||
def after?(_); end
|
def after?(arg); end
|
||||||
|
|
||||||
def ago(other); end
|
def ago(other); end
|
||||||
|
|
||||||
def before?(_); end
|
def before?(arg); end
|
||||||
|
|
||||||
def between?(min, max); end
|
def between?(min, max); end
|
||||||
|
|
||||||
@ -2878,7 +2878,7 @@ end
|
|||||||
class Array
|
class Array
|
||||||
def self.parse(string); end
|
def self.parse(string); end
|
||||||
|
|
||||||
def self.try_convert(_); end
|
def self.try_convert(arg); end
|
||||||
|
|
||||||
def self.wrap(object); end
|
def self.wrap(object); end
|
||||||
end
|
end
|
||||||
@ -3346,7 +3346,7 @@ class Bundler::Fetcher::CompactIndex::ClientFetcher
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Bundler::Fetcher::CompactIndex::ClientFetcher
|
class Bundler::Fetcher::CompactIndex::ClientFetcher
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -3613,7 +3613,7 @@ module Bundler::Plugin::API::Source
|
|||||||
|
|
||||||
def dependency_names=(dependency_names); end
|
def dependency_names=(dependency_names); end
|
||||||
|
|
||||||
def double_check_for(*_); end
|
def double_check_for(*arg); end
|
||||||
|
|
||||||
def eql?(other); end
|
def eql?(other); end
|
||||||
|
|
||||||
@ -3872,7 +3872,7 @@ class Bundler::VersionRanges::NEq
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Bundler::VersionRanges::NEq
|
class Bundler::VersionRanges::NEq
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -3907,13 +3907,13 @@ class Bundler::VersionRanges::ReqR::Endpoint
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Bundler::VersionRanges::ReqR::Endpoint
|
class Bundler::VersionRanges::ReqR::Endpoint
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Bundler::VersionRanges::ReqR
|
class Bundler::VersionRanges::ReqR
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -4025,7 +4025,7 @@ class Byebug::Breakpoint
|
|||||||
|
|
||||||
def id(); end
|
def id(); end
|
||||||
|
|
||||||
def initialize(_, _1, _2); end
|
def initialize(arg, arg1, arg2); end
|
||||||
|
|
||||||
def pos(); end
|
def pos(); end
|
||||||
|
|
||||||
@ -4238,17 +4238,17 @@ class Byebug::Context
|
|||||||
|
|
||||||
def frame=(pos); end
|
def frame=(pos); end
|
||||||
|
|
||||||
def frame_binding(*_); end
|
def frame_binding(*arg); end
|
||||||
|
|
||||||
def frame_class(*_); end
|
def frame_class(*arg); end
|
||||||
|
|
||||||
def frame_file(*_); end
|
def frame_file(*arg); end
|
||||||
|
|
||||||
def frame_line(*_); end
|
def frame_line(*arg); end
|
||||||
|
|
||||||
def frame_method(*_); end
|
def frame_method(*arg); end
|
||||||
|
|
||||||
def frame_self(*_); end
|
def frame_self(*arg); end
|
||||||
|
|
||||||
def full_location(); end
|
def full_location(); end
|
||||||
|
|
||||||
@ -4264,11 +4264,11 @@ class Byebug::Context
|
|||||||
|
|
||||||
def stack_size(); end
|
def stack_size(); end
|
||||||
|
|
||||||
def step_into(*_); end
|
def step_into(*arg); end
|
||||||
|
|
||||||
def step_out(*_); end
|
def step_out(*arg); end
|
||||||
|
|
||||||
def step_over(*_); end
|
def step_over(*arg); end
|
||||||
|
|
||||||
def stop_reason(); end
|
def stop_reason(); end
|
||||||
|
|
||||||
@ -5929,7 +5929,7 @@ class CodeRay::Duo
|
|||||||
end
|
end
|
||||||
|
|
||||||
class CodeRay::Duo
|
class CodeRay::Duo
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
module CodeRay::Encoders
|
module CodeRay::Encoders
|
||||||
@ -6210,11 +6210,11 @@ class CodeRay::Tokens
|
|||||||
|
|
||||||
def split_into_parts(*sizes); end
|
def split_into_parts(*sizes); end
|
||||||
|
|
||||||
def text_token(*_); end
|
def text_token(*arg); end
|
||||||
|
|
||||||
def to_s(); end
|
def to_s(); end
|
||||||
|
|
||||||
def tokens(*_); end
|
def tokens(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class CodeRay::Tokens
|
class CodeRay::Tokens
|
||||||
@ -6623,7 +6623,7 @@ module Commander
|
|||||||
end
|
end
|
||||||
|
|
||||||
class CompilerSelector::Compiler
|
class CompilerSelector::Compiler
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -6874,7 +6874,7 @@ class Date
|
|||||||
|
|
||||||
def compare_with_coercion(other); end
|
def compare_with_coercion(other); end
|
||||||
|
|
||||||
def compare_without_coercion(_); end
|
def compare_without_coercion(arg); end
|
||||||
|
|
||||||
def default_inspect(); end
|
def default_inspect(); end
|
||||||
|
|
||||||
@ -6890,13 +6890,13 @@ class Date
|
|||||||
|
|
||||||
def minus_with_duration(other); end
|
def minus_with_duration(other); end
|
||||||
|
|
||||||
def minus_without_duration(_); end
|
def minus_without_duration(arg); end
|
||||||
|
|
||||||
def noon(); end
|
def noon(); end
|
||||||
|
|
||||||
def plus_with_duration(other); end
|
def plus_with_duration(other); end
|
||||||
|
|
||||||
def plus_without_duration(_); end
|
def plus_without_duration(arg); end
|
||||||
|
|
||||||
def since(seconds); end
|
def since(seconds); end
|
||||||
|
|
||||||
@ -7065,7 +7065,7 @@ module DateAndTime::Compatibility
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Debrew::Menu::Entry
|
class Debrew::Menu::Entry
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -7178,7 +7178,7 @@ end
|
|||||||
class DidYouMean::NullChecker
|
class DidYouMean::NullChecker
|
||||||
def corrections(); end
|
def corrections(); end
|
||||||
|
|
||||||
def initialize(*_); end
|
def initialize(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class DidYouMean::PlainFormatter
|
class DidYouMean::PlainFormatter
|
||||||
@ -7259,7 +7259,7 @@ class Dir
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Dir
|
class Dir
|
||||||
def self.exists?(_); end
|
def self.exists?(arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
module DiskUsageExtension
|
module DiskUsageExtension
|
||||||
@ -7471,15 +7471,15 @@ class EmbeddedPatch
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Encoding
|
class Encoding
|
||||||
def _dump(*_); end
|
def _dump(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Encoding::Converter
|
class Encoding::Converter
|
||||||
def initialize(*_); end
|
def initialize(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Encoding
|
class Encoding
|
||||||
def self._load(_); end
|
def self._load(arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
module Enumerable
|
module Enumerable
|
||||||
@ -7508,7 +7508,7 @@ module Enumerable
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Enumerator
|
class Enumerator
|
||||||
def +(_); end
|
def +(arg); end
|
||||||
|
|
||||||
def each_with_index(); end
|
def each_with_index(); end
|
||||||
end
|
end
|
||||||
@ -7522,7 +7522,7 @@ class Enumerator::ArithmeticSequence
|
|||||||
|
|
||||||
def exclude_end?(); end
|
def exclude_end?(); end
|
||||||
|
|
||||||
def last(*_); end
|
def last(*arg); end
|
||||||
|
|
||||||
def step(); end
|
def step(); end
|
||||||
end
|
end
|
||||||
@ -7537,9 +7537,9 @@ class Enumerator::Chain
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Enumerator::Generator
|
class Enumerator::Generator
|
||||||
def each(*_, &blk); end
|
def each(*arg, &blk); end
|
||||||
|
|
||||||
def initialize(*_); end
|
def initialize(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Errno::EAUTH
|
class Errno::EAUTH
|
||||||
@ -7707,7 +7707,7 @@ end
|
|||||||
|
|
||||||
class Etc::Group
|
class Etc::Group
|
||||||
extend ::Enumerable
|
extend ::Enumerable
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.each(&blk); end
|
def self.each(&blk); end
|
||||||
|
|
||||||
@ -7746,7 +7746,7 @@ end
|
|||||||
|
|
||||||
class Etc::Passwd
|
class Etc::Passwd
|
||||||
extend ::Enumerable
|
extend ::Enumerable
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.each(&blk); end
|
def self.each(&blk); end
|
||||||
|
|
||||||
@ -7808,7 +7808,7 @@ class FalseClass
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Fiber
|
class Fiber
|
||||||
def transfer(*_); end
|
def transfer(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Fiber
|
class Fiber
|
||||||
@ -7818,7 +7818,7 @@ end
|
|||||||
class File
|
class File
|
||||||
def self.atomic_write(file_name, temp_dir=T.unsafe(nil)); end
|
def self.atomic_write(file_name, temp_dir=T.unsafe(nil)); end
|
||||||
|
|
||||||
def self.exists?(_); end
|
def self.exists?(arg); end
|
||||||
|
|
||||||
def self.probe_stat_in(dir); end
|
def self.probe_stat_in(dir); end
|
||||||
end
|
end
|
||||||
@ -7878,7 +7878,7 @@ module FormulaCellarChecks
|
|||||||
end
|
end
|
||||||
|
|
||||||
class FormulaConflict
|
class FormulaConflict
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -7910,7 +7910,7 @@ module Forwardable
|
|||||||
end
|
end
|
||||||
|
|
||||||
module GC
|
module GC
|
||||||
def garbage_collect(*_); end
|
def garbage_collect(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
module GC
|
module GC
|
||||||
@ -8603,7 +8603,7 @@ class Hash
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Hash
|
class Hash
|
||||||
def self.try_convert(_); end
|
def self.try_convert(arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class HighLine
|
class HighLine
|
||||||
@ -9151,7 +9151,7 @@ class HighLine::Question
|
|||||||
|
|
||||||
def case(); end
|
def case(); end
|
||||||
|
|
||||||
def case=(_); end
|
def case=(arg); end
|
||||||
|
|
||||||
def change_case(answer_string); end
|
def change_case(answer_string); end
|
||||||
|
|
||||||
@ -9219,7 +9219,7 @@ class HighLine::Question
|
|||||||
|
|
||||||
def in(); end
|
def in(); end
|
||||||
|
|
||||||
def in=(_); end
|
def in=(arg); end
|
||||||
|
|
||||||
def in_range?(); end
|
def in_range?(); end
|
||||||
|
|
||||||
@ -9988,7 +9988,7 @@ class Homebrew::Livecheck::Strategy::Sparkle::Item
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Homebrew::Livecheck::Strategy::Sparkle::Item
|
class Homebrew::Livecheck::Strategy::Sparkle::Item
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -10979,13 +10979,13 @@ module Hpricot
|
|||||||
|
|
||||||
def self.build(ele=T.unsafe(nil), assigns=T.unsafe(nil), &blk); end
|
def self.build(ele=T.unsafe(nil), assigns=T.unsafe(nil), &blk); end
|
||||||
|
|
||||||
def self.css(_, _1, _2); end
|
def self.css(arg, arg1, arg2); end
|
||||||
|
|
||||||
def self.make(input=T.unsafe(nil), opts=T.unsafe(nil), &blk); end
|
def self.make(input=T.unsafe(nil), opts=T.unsafe(nil), &blk); end
|
||||||
|
|
||||||
def self.parse(input=T.unsafe(nil), opts=T.unsafe(nil), &blk); end
|
def self.parse(input=T.unsafe(nil), opts=T.unsafe(nil), &blk); end
|
||||||
|
|
||||||
def self.scan(*_); end
|
def self.scan(*arg); end
|
||||||
|
|
||||||
def self.uxs(str); end
|
def self.uxs(str); end
|
||||||
end
|
end
|
||||||
@ -11025,9 +11025,9 @@ class IO
|
|||||||
|
|
||||||
def echo?(); end
|
def echo?(); end
|
||||||
|
|
||||||
def getch(*_); end
|
def getch(*arg); end
|
||||||
|
|
||||||
def getpass(*_); end
|
def getpass(*arg); end
|
||||||
|
|
||||||
def goto(); end
|
def goto(); end
|
||||||
|
|
||||||
@ -11037,7 +11037,7 @@ class IO
|
|||||||
|
|
||||||
def noecho(); end
|
def noecho(); end
|
||||||
|
|
||||||
def nonblock(*_); end
|
def nonblock(*arg); end
|
||||||
|
|
||||||
def nonblock=(nonblock); end
|
def nonblock=(nonblock); end
|
||||||
|
|
||||||
@ -11047,21 +11047,21 @@ class IO
|
|||||||
|
|
||||||
def oflush(); end
|
def oflush(); end
|
||||||
|
|
||||||
def pathconf(_); end
|
def pathconf(arg); end
|
||||||
|
|
||||||
def pressed?(); end
|
def pressed?(); end
|
||||||
|
|
||||||
def raw(*_); end
|
def raw(*arg); end
|
||||||
|
|
||||||
def raw!(*_); end
|
def raw!(*arg); end
|
||||||
|
|
||||||
def ready?(); end
|
def ready?(); end
|
||||||
|
|
||||||
def wait(*_); end
|
def wait(*arg); end
|
||||||
|
|
||||||
def wait_readable(*_); end
|
def wait_readable(*arg); end
|
||||||
|
|
||||||
def wait_writable(*_); end
|
def wait_writable(*arg); end
|
||||||
|
|
||||||
def winsize(); end
|
def winsize(); end
|
||||||
|
|
||||||
@ -11069,7 +11069,7 @@ class IO
|
|||||||
end
|
end
|
||||||
|
|
||||||
class IO
|
class IO
|
||||||
def self.console(*_); end
|
def self.console(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class IPAddr
|
class IPAddr
|
||||||
@ -11086,7 +11086,7 @@ module IRB
|
|||||||
end
|
end
|
||||||
|
|
||||||
class IRB::Context
|
class IRB::Context
|
||||||
def __exit__(*_); end
|
def __exit__(*arg); end
|
||||||
|
|
||||||
def __inspect__(); end
|
def __inspect__(); end
|
||||||
|
|
||||||
@ -11111,7 +11111,7 @@ class IRB::DefaultEncodings
|
|||||||
end
|
end
|
||||||
|
|
||||||
class IRB::DefaultEncodings
|
class IRB::DefaultEncodings
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -11326,11 +11326,11 @@ class Integer
|
|||||||
end
|
end
|
||||||
|
|
||||||
class JSON::Ext::Generator::State
|
class JSON::Ext::Generator::State
|
||||||
def self.from_state(_); end
|
def self.from_state(arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class JSON::Ext::Parser
|
class JSON::Ext::Parser
|
||||||
def initialize(*_); end
|
def initialize(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
JSON::Parser = JSON::Ext::Parser
|
JSON::Parser = JSON::Ext::Parser
|
||||||
@ -11396,7 +11396,7 @@ module Kernel
|
|||||||
|
|
||||||
def self.gem(dep, *reqs); end
|
def self.gem(dep, *reqs); end
|
||||||
|
|
||||||
def self.load(*_); end
|
def self.load(*arg); end
|
||||||
|
|
||||||
def self.require(path); end
|
def self.require(path); end
|
||||||
end
|
end
|
||||||
@ -12777,9 +12777,9 @@ module MessagePack
|
|||||||
end
|
end
|
||||||
|
|
||||||
class MessagePack::Packer
|
class MessagePack::Packer
|
||||||
def write_bin(_); end
|
def write_bin(arg); end
|
||||||
|
|
||||||
def write_bin_header(_); end
|
def write_bin_header(arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
module MessagePack::Time
|
module MessagePack::Time
|
||||||
@ -12813,7 +12813,7 @@ class MessagePack::Timestamp
|
|||||||
end
|
end
|
||||||
|
|
||||||
class MessagePack::Unpacker
|
class MessagePack::Unpacker
|
||||||
def feed_reference(_); end
|
def feed_reference(arg); end
|
||||||
|
|
||||||
def freeze?(); end
|
def freeze?(); end
|
||||||
end
|
end
|
||||||
@ -13114,7 +13114,7 @@ class Minitest::Expectation
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Minitest::Expectation
|
class Minitest::Expectation
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -13210,7 +13210,7 @@ class Minitest::Mock
|
|||||||
|
|
||||||
def __call(name, data); end
|
def __call(name, data); end
|
||||||
|
|
||||||
def __respond_to?(*_); end
|
def __respond_to?(*arg); end
|
||||||
|
|
||||||
def class(*args, &b); end
|
def class(*args, &b); end
|
||||||
|
|
||||||
@ -14109,9 +14109,9 @@ class NilClass
|
|||||||
include ::MessagePack::CoreExt
|
include ::MessagePack::CoreExt
|
||||||
def to_d(); end
|
def to_d(); end
|
||||||
|
|
||||||
def try(_method_name=T.unsafe(nil), *_); end
|
def try(_method_name=T.unsafe(nil), *arg); end
|
||||||
|
|
||||||
def try!(_method_name=T.unsafe(nil), *_); end
|
def try!(_method_name=T.unsafe(nil), *arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class NoSeedProgressFormatter
|
class NoSeedProgressFormatter
|
||||||
@ -14346,7 +14346,7 @@ class OpenSSL::BN
|
|||||||
|
|
||||||
def -@(); end
|
def -@(); end
|
||||||
|
|
||||||
def /(_); end
|
def /(arg); end
|
||||||
|
|
||||||
def negative?(); end
|
def negative?(); end
|
||||||
end
|
end
|
||||||
@ -14361,11 +14361,11 @@ class OpenSSL::KDF::KDFError
|
|||||||
end
|
end
|
||||||
|
|
||||||
module OpenSSL::KDF
|
module OpenSSL::KDF
|
||||||
def self.hkdf(*_); end
|
def self.hkdf(*arg); end
|
||||||
|
|
||||||
def self.pbkdf2_hmac(*_); end
|
def self.pbkdf2_hmac(*arg); end
|
||||||
|
|
||||||
def self.scrypt(*_); end
|
def self.scrypt(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class OpenSSL::OCSP::Request
|
class OpenSSL::OCSP::Request
|
||||||
@ -14379,7 +14379,7 @@ class OpenSSL::PKey::EC
|
|||||||
end
|
end
|
||||||
|
|
||||||
class OpenSSL::PKey::EC::Point
|
class OpenSSL::PKey::EC::Point
|
||||||
def to_octet_string(_); end
|
def to_octet_string(arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
module OpenSSL::SSL
|
module OpenSSL::SSL
|
||||||
@ -15565,11 +15565,11 @@ end
|
|||||||
class Pathname
|
class Pathname
|
||||||
include ::ELFShim
|
include ::ELFShim
|
||||||
include ::MachOShim
|
include ::MachOShim
|
||||||
def fnmatch?(*_); end
|
def fnmatch?(*arg); end
|
||||||
|
|
||||||
def glob(*_); end
|
def glob(*arg); end
|
||||||
|
|
||||||
def make_symlink(_); end
|
def make_symlink(arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Pathname
|
class Pathname
|
||||||
@ -15592,9 +15592,9 @@ end
|
|||||||
class Proc
|
class Proc
|
||||||
include ::MethodSource::SourceLocation::ProcExtensions
|
include ::MethodSource::SourceLocation::ProcExtensions
|
||||||
include ::MethodSource::MethodExtensions
|
include ::MethodSource::MethodExtensions
|
||||||
def <<(_); end
|
def <<(arg); end
|
||||||
|
|
||||||
def >>(_); end
|
def >>(arg); end
|
||||||
|
|
||||||
def clone(); end
|
def clone(); end
|
||||||
end
|
end
|
||||||
@ -16686,7 +16686,7 @@ class Pry::Command::ShowInfo
|
|||||||
|
|
||||||
def header_options(); end
|
def header_options(); end
|
||||||
|
|
||||||
def initialize(*_); end
|
def initialize(*arg); end
|
||||||
|
|
||||||
def method_header(code_object, line_num); end
|
def method_header(code_object, line_num); end
|
||||||
|
|
||||||
@ -16789,7 +16789,7 @@ class Pry::Command::Whereami
|
|||||||
|
|
||||||
def code?(); end
|
def code?(); end
|
||||||
|
|
||||||
def initialize(*_); end
|
def initialize(*arg); end
|
||||||
|
|
||||||
def location(); end
|
def location(); end
|
||||||
end
|
end
|
||||||
@ -18199,7 +18199,7 @@ class Pry::Pager::PageTracker
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Pry::Pager::SimplePager
|
class Pry::Pager::SimplePager
|
||||||
def initialize(*_); end
|
def initialize(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Pry::Pager::SimplePager
|
class Pry::Pager::SimplePager
|
||||||
@ -18212,7 +18212,7 @@ class Pry::Pager::StopPaging
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Pry::Pager::SystemPager
|
class Pry::Pager::SystemPager
|
||||||
def initialize(*_); end
|
def initialize(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Pry::Pager::SystemPager
|
class Pry::Pager::SystemPager
|
||||||
@ -18887,9 +18887,9 @@ class RDiscount
|
|||||||
|
|
||||||
def text(); end
|
def text(); end
|
||||||
|
|
||||||
def to_html(*_); end
|
def to_html(*arg); end
|
||||||
|
|
||||||
def toc_content(*_); end
|
def toc_content(*arg); end
|
||||||
VERSION = ::T.let(nil, ::T.untyped)
|
VERSION = ::T.let(nil, ::T.untyped)
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -18993,7 +18993,7 @@ class RSpec::Core::Bisect::ExampleSetDescriptor
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Core::Bisect::ExampleSetDescriptor
|
class RSpec::Core::Bisect::ExampleSetDescriptor
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -20199,7 +20199,7 @@ class RSpec::Core::Formatters::DeprecationFormatter::GeneratedDeprecationMessage
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Core::Formatters::DeprecationFormatter::GeneratedDeprecationMessage
|
class RSpec::Core::Formatters::DeprecationFormatter::GeneratedDeprecationMessage
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -20241,7 +20241,7 @@ class RSpec::Core::Formatters::DeprecationFormatter::SpecifiedDeprecationMessage
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Core::Formatters::DeprecationFormatter::SpecifiedDeprecationMessage
|
class RSpec::Core::Formatters::DeprecationFormatter::SpecifiedDeprecationMessage
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -20308,7 +20308,7 @@ module RSpec::Core::Formatters::ExceptionPresenter::Factory::EmptyBacktraceForma
|
|||||||
end
|
end
|
||||||
|
|
||||||
module RSpec::Core::Formatters::ExceptionPresenter::Factory::EmptyBacktraceFormatter
|
module RSpec::Core::Formatters::ExceptionPresenter::Factory::EmptyBacktraceFormatter
|
||||||
def self.format_backtrace(*_); end
|
def self.format_backtrace(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Core::Formatters::ExceptionPresenter::Factory
|
class RSpec::Core::Formatters::ExceptionPresenter::Factory
|
||||||
@ -20921,7 +20921,7 @@ class RSpec::Core::Hooks::Hook
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Core::Hooks::Hook
|
class RSpec::Core::Hooks::Hook
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -21006,7 +21006,7 @@ class RSpec::Core::Invocations::PrintHelp
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Core::Invocations::PrintHelp
|
class RSpec::Core::Invocations::PrintHelp
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -21031,7 +21031,7 @@ class RSpec::Core::LegacyExampleGroupHash
|
|||||||
end
|
end
|
||||||
|
|
||||||
module RSpec::Core::MemoizedHelpers
|
module RSpec::Core::MemoizedHelpers
|
||||||
def initialize(*_); end
|
def initialize(*arg); end
|
||||||
|
|
||||||
def is_expected(); end
|
def is_expected(); end
|
||||||
|
|
||||||
@ -21258,7 +21258,7 @@ class RSpec::Core::Notifications::DeprecationNotification
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Core::Notifications::DeprecationNotification
|
class RSpec::Core::Notifications::DeprecationNotification
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.from_hash(data); end
|
def self.from_hash(data); end
|
||||||
|
|
||||||
@ -21272,7 +21272,7 @@ class RSpec::Core::Notifications::ExampleNotification
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Core::Notifications::ExampleNotification
|
class RSpec::Core::Notifications::ExampleNotification
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.for(example); end
|
def self.for(example); end
|
||||||
|
|
||||||
@ -21332,7 +21332,7 @@ class RSpec::Core::Notifications::GroupNotification
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Core::Notifications::GroupNotification
|
class RSpec::Core::Notifications::GroupNotification
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -21344,7 +21344,7 @@ class RSpec::Core::Notifications::MessageNotification
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Core::Notifications::MessageNotification
|
class RSpec::Core::Notifications::MessageNotification
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -21408,7 +21408,7 @@ class RSpec::Core::Notifications::SeedNotification
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Core::Notifications::SeedNotification
|
class RSpec::Core::Notifications::SeedNotification
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -21431,7 +21431,7 @@ class RSpec::Core::Notifications::StartNotification
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Core::Notifications::StartNotification
|
class RSpec::Core::Notifications::StartNotification
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -21482,7 +21482,7 @@ class RSpec::Core::Notifications::SummaryNotification
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Core::Notifications::SummaryNotification
|
class RSpec::Core::Notifications::SummaryNotification
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -22029,7 +22029,7 @@ class RSpec::Core::SharedContext::Recording
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Core::SharedContext::Recording
|
class RSpec::Core::SharedContext::Recording
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -22301,7 +22301,7 @@ class RSpec::Expectations::BlockSnippetExtractor::BlockLocator
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Expectations::BlockSnippetExtractor::BlockLocator
|
class RSpec::Expectations::BlockSnippetExtractor::BlockLocator
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -22325,7 +22325,7 @@ class RSpec::Expectations::BlockSnippetExtractor::BlockTokenExtractor
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Expectations::BlockSnippetExtractor::BlockTokenExtractor
|
class RSpec::Expectations::BlockSnippetExtractor::BlockTokenExtractor
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -22823,7 +22823,7 @@ class RSpec::Matchers::AliasedMatcher
|
|||||||
|
|
||||||
def initialize(base_matcher, description_block); end
|
def initialize(base_matcher, description_block); end
|
||||||
|
|
||||||
def method_missing(*_); end
|
def method_missing(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Matchers::AliasedMatcher
|
class RSpec::Matchers::AliasedMatcher
|
||||||
@ -23145,7 +23145,7 @@ class RSpec::Matchers::BuiltIn::Compound::Or
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Matchers::BuiltIn::Compound::SequentialEvaluator
|
class RSpec::Matchers::BuiltIn::Compound::SequentialEvaluator
|
||||||
def initialize(actual, *_); end
|
def initialize(actual, *arg); end
|
||||||
|
|
||||||
def matcher_matches?(matcher); end
|
def matcher_matches?(matcher); end
|
||||||
end
|
end
|
||||||
@ -23207,7 +23207,7 @@ class RSpec::Matchers::BuiltIn::ContainExactly::PairingsMaximizer::Solution
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Matchers::BuiltIn::ContainExactly::PairingsMaximizer::Solution
|
class RSpec::Matchers::BuiltIn::ContainExactly::PairingsMaximizer::Solution
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -25230,7 +25230,7 @@ class RSpec::Mocks::Proxy::SpecificMessage
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Mocks::Proxy::SpecificMessage
|
class RSpec::Mocks::Proxy::SpecificMessage
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -25893,7 +25893,7 @@ class RSpec::Support::ObjectFormatter::BaseInspector
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Support::ObjectFormatter::BaseInspector
|
class RSpec::Support::ObjectFormatter::BaseInspector
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.can_inspect?(_object); end
|
def self.can_inspect?(_object); end
|
||||||
|
|
||||||
@ -25938,7 +25938,7 @@ class RSpec::Support::ObjectFormatter::InspectableItem
|
|||||||
end
|
end
|
||||||
|
|
||||||
class RSpec::Support::ObjectFormatter::InspectableItem
|
class RSpec::Support::ObjectFormatter::InspectableItem
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -26444,7 +26444,7 @@ class Rack::Auth::Digest::Request
|
|||||||
|
|
||||||
def nonce(); end
|
def nonce(); end
|
||||||
|
|
||||||
def respond_to?(sym, *_); end
|
def respond_to?(sym, *arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Rack::Auth::Digest::Request
|
class Rack::Auth::Digest::Request
|
||||||
@ -27048,7 +27048,7 @@ class Rack::MockResponse
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Rack::MockResponse
|
class Rack::MockResponse
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
module Rack::Multipart
|
module Rack::Multipart
|
||||||
@ -27173,7 +27173,7 @@ class Rack::Multipart::Parser::MultipartInfo
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Rack::Multipart::Parser::MultipartInfo
|
class Rack::Multipart::Parser::MultipartInfo
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -27754,9 +27754,9 @@ class Rack::Session::Abstract::Persisted
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Rack::Session::Abstract::PersistedSecure
|
class Rack::Session::Abstract::PersistedSecure
|
||||||
def extract_session_id(*_); end
|
def extract_session_id(*arg); end
|
||||||
|
|
||||||
def generate_sid(*_); end
|
def generate_sid(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Rack::Session::Abstract::PersistedSecure::SecureSessionHash
|
class Rack::Session::Abstract::PersistedSecure::SecureSessionHash
|
||||||
@ -28005,11 +28005,11 @@ module Rack
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Random
|
class Random
|
||||||
def self.bytes(_); end
|
def self.bytes(arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Range
|
class Range
|
||||||
def %(_); end
|
def %(arg); end
|
||||||
|
|
||||||
def entries(); end
|
def entries(); end
|
||||||
|
|
||||||
@ -28114,7 +28114,7 @@ class Resource
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Resource::Partial
|
class Resource::Partial
|
||||||
def self.[](*_); end
|
def self.[](*arg); end
|
||||||
|
|
||||||
def self.members(); end
|
def self.members(); end
|
||||||
end
|
end
|
||||||
@ -29652,13 +29652,13 @@ end
|
|||||||
module RubyVM::MJIT
|
module RubyVM::MJIT
|
||||||
def self.enabled?(); end
|
def self.enabled?(); end
|
||||||
|
|
||||||
def self.pause(*_); end
|
def self.pause(*arg); end
|
||||||
|
|
||||||
def self.resume(); end
|
def self.resume(); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class RubyVM
|
class RubyVM
|
||||||
def self.resolve_feature_path(_); end
|
def self.resolve_feature_path(arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Sandbox
|
class Sandbox
|
||||||
@ -31000,13 +31000,13 @@ end
|
|||||||
class StringScanner
|
class StringScanner
|
||||||
def bol?(); end
|
def bol?(); end
|
||||||
|
|
||||||
def initialize(*_); end
|
def initialize(*arg); end
|
||||||
Id = ::T.let(nil, ::T.untyped)
|
Id = ::T.let(nil, ::T.untyped)
|
||||||
Version = ::T.let(nil, ::T.untyped)
|
Version = ::T.let(nil, ::T.untyped)
|
||||||
end
|
end
|
||||||
|
|
||||||
class Struct
|
class Struct
|
||||||
def filter(*_); end
|
def filter(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
module Superenv
|
module Superenv
|
||||||
@ -31132,7 +31132,7 @@ class Time
|
|||||||
|
|
||||||
def compare_with_coercion(other); end
|
def compare_with_coercion(other); end
|
||||||
|
|
||||||
def compare_without_coercion(_); end
|
def compare_without_coercion(arg); end
|
||||||
|
|
||||||
def end_of_day(); end
|
def end_of_day(); end
|
||||||
|
|
||||||
@ -31142,7 +31142,7 @@ class Time
|
|||||||
|
|
||||||
def eql_with_coercion(other); end
|
def eql_with_coercion(other); end
|
||||||
|
|
||||||
def eql_without_coercion(_); end
|
def eql_without_coercion(arg); end
|
||||||
|
|
||||||
def in(seconds); end
|
def in(seconds); end
|
||||||
|
|
||||||
@ -31158,7 +31158,7 @@ class Time
|
|||||||
|
|
||||||
def minus_without_coercion(other); end
|
def minus_without_coercion(other); end
|
||||||
|
|
||||||
def minus_without_duration(_); end
|
def minus_without_duration(arg); end
|
||||||
|
|
||||||
def next_day(days=T.unsafe(nil)); end
|
def next_day(days=T.unsafe(nil)); end
|
||||||
|
|
||||||
@ -31170,7 +31170,7 @@ class Time
|
|||||||
|
|
||||||
def plus_with_duration(other); end
|
def plus_with_duration(other); end
|
||||||
|
|
||||||
def plus_without_duration(_); end
|
def plus_without_duration(arg); end
|
||||||
|
|
||||||
def prev_day(days=T.unsafe(nil)); end
|
def prev_day(days=T.unsafe(nil)); end
|
||||||
|
|
||||||
@ -31197,7 +31197,7 @@ class Time
|
|||||||
|
|
||||||
def self.at_with_coercion(*args); end
|
def self.at_with_coercion(*args); end
|
||||||
|
|
||||||
def self.at_without_coercion(*_); end
|
def self.at_without_coercion(*arg); end
|
||||||
|
|
||||||
def self.current(); end
|
def self.current(); end
|
||||||
|
|
||||||
@ -31223,7 +31223,7 @@ class Time
|
|||||||
end
|
end
|
||||||
|
|
||||||
class TracePoint
|
class TracePoint
|
||||||
def __enable(_, _1); end
|
def __enable(arg, arg1); end
|
||||||
|
|
||||||
def eval_script(); end
|
def eval_script(); end
|
||||||
|
|
||||||
@ -31857,17 +31857,17 @@ module Zeitwerk
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Zlib::Deflate
|
class Zlib::Deflate
|
||||||
def initialize(*_); end
|
def initialize(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Zlib::GzipReader
|
class Zlib::GzipReader
|
||||||
def initialize(*_); end
|
def initialize(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Zlib::GzipWriter
|
class Zlib::GzipWriter
|
||||||
def initialize(*_); end
|
def initialize(*arg); end
|
||||||
end
|
end
|
||||||
|
|
||||||
class Zlib::Inflate
|
class Zlib::Inflate
|
||||||
def initialize(*_); end
|
def initialize(*arg); end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -54,7 +54,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parallel-1.20.1/lib"
|
|||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parallel_tests-3.7.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parallel_tests-3.7.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parser-3.0.2.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parser-3.0.2.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rainbow-3.0.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rainbow-3.0.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-runtime-0.5.9048/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-runtime-0.5.9053/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parlour-6.0.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/parlour-6.0.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/patchelf-1.3.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/patchelf-1.3.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/plist-3.6.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/plist-3.6.0/lib"
|
||||||
@ -73,8 +73,8 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-3.10.0/lib"
|
|||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-github-2.3.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-github-2.3.1/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-its-1.3.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-its-1.3.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-retry-0.6.2/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-retry-0.6.2/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-static-0.5.9048-universal-darwin-14/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-static-0.5.9053-universal-darwin-14/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.9048/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-0.5.9053/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-sorbet-1.8.0/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-sorbet-1.8.0/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-wait-0.0.9/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec-wait-0.0.9/lib"
|
||||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec_junit_formatter-0.4.1/lib"
|
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rspec_junit_formatter-0.4.1/lib"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user