Treetop::Runtime::SyntaxNode
# File lib/chef/solr_query/lucene_nodes.rb, line 224 def to_array op = self.elements[0].to_array a = self.elements[1].to_array "(#{op} #{a})" end
# File lib/chef/solr_query/lucene_nodes.rb, line 230 def transform op = self.elements[0].transform a = self.elements[1].transform spc = case op when "+", "-" "" else " " end "#{op}#{spc}#{a}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.