Module: Ruby2JS::Filter::SEXP
Instance Method Summary collapse
-
#s(type, *args) ⇒ Object
construct an AST Node.
Instance Method Details
#s(type, *args) ⇒ Object
construct an AST Node
10 11 12 |
# File 'lib/ruby2js.rb', line 10 def s(type, *args) Parser::AST::Node.new type, args end |