8 9 10
# File 'lib/transpec/ast/builder.rb', line 8 def n(type, children, source_map) Node.new(type, children, location: source_map) end