Method: NodeQueryLexer#parse
- Defined in:
- lib/node_query_lexer.rex.rb
#parse(str) ⇒ Object
Parse the given string.
87 88 89 90 91 92 |
# File 'lib/node_query_lexer.rex.rb', line 87 def parse str self.ss = scanner_class.new str self.state ||= nil do_parse end |