method
new
1.2.8 -
Show latest stable
- Class:
Spec::HashWithDeprecationNotice
new(method, alternate_method=nil, &block)public
No documentation available.
# File lib/spec/deprecation.rb, line 33
def initialize(method, alternate_method=nil, &block)
@method, @alternate_method = method, alternate_method
end