Method: NodeQueryLexer#location
- Defined in:
- lib/node_query_lexer.rex.rb
#location ⇒ Object
The current location in the parse.
107 108 109 110 111 |
# File 'lib/node_query_lexer.rex.rb', line 107 def location [ (filename || "<input>"), ].compact.join(":") end |