Module
RSpec::Core::Deprecation
In:
lib/rspec/core/deprecation.rb
Methods
deprecate
warn_deprecation
Public Instance methods
deprecate
(deprecated, replacement_or_hash={}, ignore_version=nil)
@private
Used internally to print deprecation warnings
warn_deprecation
(message)
@private
Used internally to print deprecation warnings
[Validate]