Module: ASTTransform::TransformationHelper::Methods
- Defined in:
- lib/ast_transform/transformation_helper.rb
Instance Method Summary collapse
Instance Method Details
#s(type, *children, **properties) ⇒ Object
12 13 14 |
# File 'lib/ast_transform/transformation_helper.rb', line 12 def s(type, *children, **properties) Parser::AST::Node.new(type, children, properties) end |