class RSpec::Mocks::MethodDouble::ProcWithBlock

def call(*args, &block)

def call(*args, &block)
  self.object.__send__(:method_missing, self.method_name, *args, &block)
end