Hash
# File lib/spec/deprecation.rb, line 32 def initialize(method, alternate_method=nil, &block) @method, @alternate_method = method, alternate_method end
# File lib/spec/deprecation.rb, line 35 def []=(k,v) Spec.deprecate(@method, @alternate_method) super end
[Validate]
Generated with the Darkfish Rdoc Generator 2.