Exception: LiveAST::MultipleDefinitionsOnSameLineError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
8
# File 'lib/live_ast/error.rb', line 5

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