Exception: LiveAST::MultipleDefinitionsOnSameLineError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/live_ast/error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
6
# File 'lib/live_ast/error.rb', line 3

def message
  "AST requested for a method or block that shares a line " \
    "with another method or block."
end