Hash
@private
# File lib/rspec/core/deprecation.rb, line 40 def initialize(method, alternate_method=nil) @method, @alternate_method = method, alternate_method end
# File lib/rspec/core/deprecation.rb, line 44 def []=(k,v) RSpec.deprecate(@method, @alternate_method) super(k,v) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.