Exception: Ducktrap::FailedTransformationError

Inherits:
RuntimeError
  • Object
show all
Includes:
Adamantium::Flat
Defined in:
lib/ducktrap.rb

Overview

Error raised on failed transformation

Instance Method Summary collapse

Instance Method Details

#messageString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Return error message

Returns:

  • (String)


21
22
23
# File 'lib/ducktrap.rb', line 21

def message
  evaluator.pretty_inspect
end