# File lib/rspec/core/deprecation.rb, line 42 def initialize(method, alternate_method=nil) @method, @alternate_method = method, alternate_method end