Class: Bogus::InteractionPresenter

Inherits:
Object
  • Object
show all
Extended by:
Takes
Defined in:
lib/bogus/stubbing/interaction_presenter.rb

Instance Method Summary collapse

Methods included from Takes

takes

Instance Method Details

#to_sObject



7
8
9
# File 'lib/bogus/stubbing/interaction_presenter.rb', line 7

def to_s
  "##{interaction.method}(#{args})#{result}"
end