class Shoulda::Matchers::Doublespeak::StubImplementation

def call(call)

def call(call)
  call.double.record_call(call)
  implementation.call(call)
end