class LiveAST::MultipleDefinitionsOnSameLineError
Public Instance Methods
message()
click to toggle source
# 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