Hash
# File lib/rspec/core/deprecation.rb, line 34 def initialize(method, alternate_method=nil) @method, @alternate_method = method, alternate_method end
# 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.