module RSpec::Mocks::Syntax

def receive(method_name, &block)

def receive(method_name, &block)
  Matchers::Receive.new(method_name, block)
end