Module: Ruby2JS::Filter::SEXP
- Included in:
- AngularRB, AngularResource, AngularRoute, Functions, JQuery, Return, Strict
- Defined in:
- lib/ruby2js.rb
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 |