Class: RaaP::Result::Success

Inherits:
Object
  • Object
show all
Includes:
ReturnValueWithType
Defined in:
lib/raap/result.rb

Instance Method Summary collapse

Methods included from ReturnValueWithType

#return_value_with_type

Instance Method Details

#called_strObject



68
69
70
71
# File 'lib/raap/result.rb', line 68

def called_str
  scr = SymbolicCaller.new(symbolic_call)
  "#{scr.call_str} -> #{return_value_with_type}"
end