# File lib/flexmock/partial_mock.rb, line 189
189:     def flexmock_received?(*args)
190:       @mock.flexmock_received?(*args)
191:     end