Sha256: 1f4b58b467d76af4c460246c4a0d81fcaeaec0b7eb143b9c3bc7143fdc26b792
Contents?: true
Size: 1.2 KB
Versions: 2
Compression:
Stored size: 1.2 KB
Contents
# This file is autogenerated. Do not edit it by hand. Regenerate it with: # srb rbi gems # typed: strict # # If you would like to make changes to this file, great! Please create the gem's shim here: # # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/rspec-support/all/rspec-support.rbi # # rspec-support-3.5.0 module RSpec extend RSpec::Support::Warnings end module RSpec::Support def self.define_optimized_require_for_rspec(lib, &require_relative); end def self.failure_notifier; end def self.failure_notifier=(callable); end def self.method_handle_for(object, method_name); end def self.notify_failure(failure, options = nil); end def self.require_rspec_support(f); end def self.thread_local_data; end def self.warning_notifier; end def self.warning_notifier=(arg0); end def self.with_failure_notifier(callable); end end module RSpec::Support::AllExceptionsExceptOnesWeMustNotRescue def self.===(exception); end end module RSpec::Support::Warnings def deprecate(deprecated, options = nil); end def warn_deprecation(message, options = nil); end def warn_with(message, options = nil); end def warning(text, options = nil); end end module RSpec::Support::FuzzyMatcher end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ledger_gen-1.0.1 | sorbet/rbi/gems/rspec-support.rbi |
ledger_gen-1.0.0 | sorbet/rbi/gems/rspec-support.rbi |