class Mocha::Invocation

def short_call_description

def short_call_description
  "#{@method_name}(#{@arguments.join(', ')})"
end