# File lib/flexmock/core.rb, line 202
202:   def should_receive(*args)
203:     location = caller.first
204:     flexmock_define_expectation(location, *args)
205:   end