class RuboCop::AST::Builder
def n(type, children, source_map)
-
(Node)
- the generated node
def n(type, children, source_map) node_klass(type).new(type, children, location: source_map) end
(Node)
- the generated node
def n(type, children, source_map) node_klass(type).new(type, children, location: source_map) end