Class: RaaP::Result::Success
- Inherits:
-
Object
- Object
- RaaP::Result::Success
- Includes:
- ReturnValueWithType
- Defined in:
- lib/raap/result.rb
Instance Method Summary collapse
Methods included from ReturnValueWithType
Instance Method Details
#called_str ⇒ Object
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 |