Hash
@private
# File lib/rspec/core/deprecation.rb, line 40 40: def initialize(method, alternate_method=nil) 41: @method, @alternate_method = method, alternate_method 42: end
# File lib/rspec/core/deprecation.rb, line 44 44: def []=(k,v) 45: RSpec.deprecate(@method, @alternate_method) 46: super(k,v) 47: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.