Method: Tweezer::ASTHelper.s

Defined in:
lib/tweezer/ast_helper.rb

.s(type, *children) ⇒ Object



3
4
5
# File 'lib/tweezer/ast_helper.rb', line 3

def s(type, *children)
  Parser::AST::Node.new(type, children)
end