# File lib/flexmock/expectation.rb, line 461 461: def should_receive(*args, &block) 462: @expectations.first.mock.flexmock_define_expectation(caller.first, *args, &block) 463: end