Method: FlexMock#inspect
- Defined in:
- lib/flexmock/core.rb
#inspect ⇒ Object
Return the inspection string for a mock.
102 103 104 |
# File 'lib/flexmock/core.rb', line 102 def inspect "<FlexMock:#{flexmock_name}>" end |
Return the inspection string for a mock.
102 103 104 |
# File 'lib/flexmock/core.rb', line 102 def inspect "<FlexMock:#{flexmock_name}>" end |