Flowdock
new(method, alternate_method=nil, &block) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/deprecation.rb, line 33
    def initialize(method, alternate_method=nil, &block)
      @method, @alternate_method = method, alternate_method
    end
Register or log in to add new notes.