Parent

Methods

Class/Module Index [+]

Quicksearch

RSpec::HashWithDeprecationNotice

Public Class Methods

new(method, alternate_method=nil) click to toggle source
# File lib/rspec/core/deprecation.rb, line 34
def initialize(method, alternate_method=nil)
  @method, @alternate_method = method, alternate_method
end

Public Instance Methods

[]=(k,v) click to toggle source
# File lib/rspec/core/deprecation.rb, line 38
def []=(k,v)
  RSpec.deprecate(@method, @alternate_method)
  super(k,v)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.