class Opal::AST::Builder

Public Instance Methods

n(type, children, location) click to toggle source
# File lib/opal/ast/builder.rb, line 11
def n(type, children, location)
  ::Opal::AST::Node.new(type, children, location: location)
end