method

new

rspec latest stable - Class: Spec::HashWithDeprecationNotice
new(method, alternate_method=nil, &block)
public

No documentation available.

# File lib/spec/deprecation.rb, line 34
    def initialize(method, alternate_method=nil, &block)
      @method, @alternate_method = method, alternate_method
    end