class RSpec::Mocks::MethodDouble

def initialize(object, method_name, proxy)

def initialize(object, method_name, proxy)
  @method_name = method_name
  @object = object
  @proxy = proxy
  @stashed = false
  store(:expectations, [])
  store(:stubs, [])
end