Class: Duby::AST::JRubyAst::DVarNode
- Inherits:
-
Object
- Object
- Duby::AST::JRubyAst::DVarNode
- Defined in:
- lib/duby/transform.rb
Instance Method Summary collapse
Instance Method Details
#transform(transformer, parent) ⇒ Object
1042 1043 1044 1045 |
# File 'lib/duby/transform.rb', line 1042 def transform(transformer, parent) # TODO does this need to be handled specially? Local.new(parent, position, name) end |