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