3 4 5
# File 'lib/tweezer/ast_helper.rb', line 3 def s(type, *children) Parser::AST::Node.new(type, children) end