11 12 13
# File 'opal/lib/opal/ast/builder.rb', line 11 def n(type, children, location) ::Opal::AST::Node.new(type, children, location: location) end