6 7 8
# File 'lib/koto/parser/builders/default.rb', line 6 def n(type, children, location) AST::Node.new(type, children, :location => location) end