# File lib/flexmock/expectation.rb, line 434 434: def should_receive(*args, &block) 435: @expectations.first.mock.should_receive(*args, &block) 436: end