Class: Ingreedy::RootParser

Inherits:
Parslet::Parser
  • Object
show all
Defined in:
lib/ingreedy/root_parser.rb

Instance Method Summary collapse

Constructor Details

#initialize(original_query) ⇒ RootParser

Returns a new instance of RootParser.



99
100
101
# File 'lib/ingreedy/root_parser.rb', line 99

def initialize(original_query)
  @original_query = original_query
end

Instance Method Details

#parseObject



103
104
105
# File 'lib/ingreedy/root_parser.rb', line 103

def parse
  super(original_query)
end