Method: FlexMock#flexmock_calls
- Defined in:
- lib/flexmock/core.rb
#flexmock_calls ⇒ Object
Return the list of calls made on this mock. Used in formatting error messages.
203 204 205 |
# File 'lib/flexmock/core.rb', line 203 def flexmock_calls @calls end |