Method: Muack::Mock#inspect
- Defined in:
- lib/muack/mock.rb
#inspect ⇒ Object
Public API: Bacon needs this, or we often ended up with stack overflow
19 20 21 |
# File 'lib/muack/mock.rb', line 19 def inspect "Muack::API.#{__mock_class.name[/\w+$/].downcase}(#{object.inspect})" end |