Exception: LiveAST::MultipleDefinitionsOnSameLineError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- LiveAST::MultipleDefinitionsOnSameLineError
- Defined in:
- lib/live_ast/error.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
5 6 7 8 |
# File 'lib/live_ast/error.rb', line 5 def "AST requested for a method or block that shares a line " \ "with another method or block." end |