Treetop::Runtime::SyntaxNode
# File lib/chef/solr_query/lucene_nodes.rb, line 122 def to_array self.elements.map { |x| x.to_array }.join(" ") end
# File lib/chef/solr_query/lucene_nodes.rb, line 126 def transform self.elements.map { |x| x.transform }.join(" ") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.