Hash
# File lib/spec/deprecation.rb, line 31 31: def initialize(method, alternate_method=nil, &block) 32: @method, @alternate_method = method, alternate_method 33: end
# File lib/spec/deprecation.rb, line 34 34: def []=(k,v) 35: Spec.deprecate(@method, @alternate_method) 36: super 37: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.