sorbet/rbi/hidden-definitions/hidden.rbi in bhook-0.1.4 vs sorbet/rbi/hidden-definitions/hidden.rbi in bhook-0.1.5

- old
+ new

@@ -20,20 +20,46 @@ def self.try_convert(arg); end end BasicObject::BasicObject = BasicObject +class Bhook::ArgsParser::Options + def self.[](*arg); end + + def self.members(); end +end + +class Bhook::Config + extend ::T::Private::Methods::MethodHooks + extend ::T::Private::Methods::SingletonMethodHooks +end + class Bhook::Converter::Html extend ::T::Private::Methods::MethodHooks extend ::T::Private::Methods::SingletonMethodHooks end +class Bhook::Directory + extend ::T::Private::Methods::MethodHooks + extend ::T::Private::Methods::SingletonMethodHooks +end + class Bhook::MdFile extend ::T::Private::Methods::MethodHooks extend ::T::Private::Methods::SingletonMethodHooks end +class Bhook::Theme + extend ::T::Private::Methods::MethodHooks + extend ::T::Private::Methods::SingletonMethodHooks +end + +class Bhook::ThemeGenerator + extend ::T::Private::Methods::MethodHooks + extend ::T::Private::Methods::SingletonMethodHooks +end + class Bhook::Workspace extend ::T::Private::Methods::MethodHooks extend ::T::Private::Methods::SingletonMethodHooks end @@ -3237,10 +3263,24 @@ class Dir def self.exists?(arg); end end +module Docile + VERSION = ::T.let(nil, ::T.untyped) +end + +module Docile::BacktraceFilter + FILTER_PATTERN = ::T.let(nil, ::T.untyped) +end + +class Docile::FallbackContextProxy + NON_FALLBACK_METHODS = ::T.let(nil, ::T.untyped) + NON_PROXIED_INSTANCE_VARIABLES = ::T.let(nil, ::T.untyped) + NON_PROXIED_METHODS = ::T.let(nil, ::T.untyped) +end + class ERB def def_method(mod, methodname, fname=T.unsafe(nil)); end def def_module(methodname=T.unsafe(nil)); end end @@ -4850,12 +4890,10 @@ end class Net::HTTPAlreadyReported end -Net::HTTPClientError::EXCEPTION_TYPE = Net::HTTPServerException - Net::HTTPClientErrorCode = Net::HTTPClientError class Net::HTTPEarlyHints HAS_BODY = ::T.let(nil, ::T.untyped) end @@ -4913,30 +4951,30 @@ end class Net::HTTPRangeNotSatisfiable end -Net::HTTPRedirection::EXCEPTION_TYPE = Net::HTTPRetriableError - Net::HTTPRedirectionCode = Net::HTTPRedirection Net::HTTPRequestURITooLarge = Net::HTTPURITooLong Net::HTTPResponceReceiver = Net::HTTPResponse Net::HTTPRetriableCode = Net::HTTPRedirection -Net::HTTPServerError::EXCEPTION_TYPE = Net::HTTPFatalError - Net::HTTPServerErrorCode = Net::HTTPServerError Net::HTTPSession = Net::HTTP -Net::HTTPSuccess::EXCEPTION_TYPE = Net::HTTPError +class Net::HTTPSuccess +end -Net::HTTPSuccessCode = Net::HTTPSuccess +Net::HTTPSuccessCode::EXCEPTION_TYPE = Net::HTTPError +class Net::HTTPSuccess +end + class Net::HTTPURITooLong HAS_BODY = ::T.let(nil, ::T.untyped) end class Net::HTTPURITooLong @@ -5860,13 +5898,16 @@ module Regexp::Syntax::Token::Backreference All = ::T.let(nil, ::T.untyped) Name = ::T.let(nil, ::T.untyped) Number = ::T.let(nil, ::T.untyped) + NumberRef = ::T.let(nil, ::T.untyped) Plain = ::T.let(nil, ::T.untyped) RecursionLevel = ::T.let(nil, ::T.untyped) Type = ::T.let(nil, ::T.untyped) + V1_8_6 = ::T.let(nil, ::T.untyped) + V1_9_1 = ::T.let(nil, ::T.untyped) end module Regexp::Syntax::Token::CharacterSet All = ::T.let(nil, ::T.untyped) Basic = ::T.let(nil, ::T.untyped) @@ -7259,11 +7300,10 @@ ALTERNATIVE_PROTECTED = ::T.let(nil, ::T.untyped) MSG = ::T.let(nil, ::T.untyped) end class RuboCop::Cop::Lint::InheritException - ILLEGAL_CLASSES = ::T.let(nil, ::T.untyped) MSG = ::T.let(nil, ::T.untyped) PREFERRED_BASE_CLASS = ::T.let(nil, ::T.untyped) RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped) end @@ -7802,15 +7842,25 @@ class RuboCop::Cop::RSpec::Be MSG = ::T.let(nil, ::T.untyped) end +class RuboCop::Cop::RSpec::BeEq + MSG = ::T.let(nil, ::T.untyped) + RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped) +end + class RuboCop::Cop::RSpec::BeEql MSG = ::T.let(nil, ::T.untyped) RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped) end +class RuboCop::Cop::RSpec::BeNil + MSG = ::T.let(nil, ::T.untyped) + RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped) +end + class RuboCop::Cop::RSpec::BeforeAfterAll MSG = ::T.let(nil, ::T.untyped) RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped) end @@ -8750,10 +8800,11 @@ METHOD_MESSAGE = ::T.let(nil, ::T.untyped) OFFENDING_SELECTORS = ::T.let(nil, ::T.untyped) end class RuboCop::Cop::Style::LambdaCall + MSG = ::T.let(nil, ::T.untyped) RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped) end class RuboCop::Cop::Style::LineEndConcatenation COMPLEX_STRING_BEGIN_TOKEN = ::T.let(nil, ::T.untyped) @@ -8862,10 +8913,15 @@ class RuboCop::Cop::Style::NegatedIfElseCondition MSG = ::T.let(nil, ::T.untyped) NEGATED_EQUALITY_METHODS = ::T.let(nil, ::T.untyped) end +class RuboCop::Cop::Style::NestedFileDirname + MSG = ::T.let(nil, ::T.untyped) + RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped) +end + class RuboCop::Cop::Style::NestedModifier MSG = ::T.let(nil, ::T.untyped) end class RuboCop::Cop::Style::NestedParenthesizedCalls @@ -9626,9 +9682,50 @@ def pretty_print_cycle(pp); end def reset(); end InspectKey = ::T.let(nil, ::T.untyped) +end + +module SimpleCov + VERSION = ::T.let(nil, ::T.untyped) +end + +module SimpleCov::Configuration + DEFAULT_COVERAGE_CRITERION = ::T.let(nil, ::T.untyped) + SUPPORTED_COVERAGE_CRITERIA = ::T.let(nil, ::T.untyped) +end + +module SimpleCov::ExitCodes + EXCEPTION = ::T.let(nil, ::T.untyped) + MAXIMUM_COVERAGE_DROP = ::T.let(nil, ::T.untyped) + MINIMUM_COVERAGE = ::T.let(nil, ::T.untyped) + SUCCESS = ::T.let(nil, ::T.untyped) +end + +class SimpleCov::ExitCodes::MaximumCoverageDropCheck + MAX_DROP_ACCURACY = ::T.let(nil, ::T.untyped) +end + +class SimpleCov::Formatter::HTMLFormatter + VERSION = ::T.let(nil, ::T.untyped) +end + +class SimpleCov::LinesClassifier + COMMENT_LINE = ::T.let(nil, ::T.untyped) + NOT_RELEVANT = ::T.let(nil, ::T.untyped) + RELEVANT = ::T.let(nil, ::T.untyped) + WHITESPACE_LINE = ::T.let(nil, ::T.untyped) + WHITESPACE_OR_COMMENT_LINE = ::T.let(nil, ::T.untyped) +end + +class SimpleCov::SourceFile + RUBY_FILE_ENCODING_MAGIC_COMMENT_REGEX = ::T.let(nil, ::T.untyped) + SHEBANG_REGEX = ::T.let(nil, ::T.untyped) +end + +class SimpleCovJSONFormatter::ResultExporter + FILENAME = ::T.let(nil, ::T.untyped) end class SimpleDelegator RUBYGEMS_ACTIVATION_MONITOR = ::T.let(nil, ::T.untyped) end