class RSpec::HashWithDeprecationNotice

def initialize(method, alternate_method=nil)

def initialize(method, alternate_method=nil)
  @method, @alternate_method = method, alternate_method
end