Exception: LiveAST::RawEvalError

Inherits:
ASTNotFoundError show all
Defined in:
lib/live_ast/error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



16
17
18
# File 'lib/live_ast/error.rb', line 16

def message
  "Must use ast_eval instead of eval in order to obtain AST."
end