Class: Duby::AST::JRubyAst::NextNode
- Inherits:
-
Object
- Object
- Duby::AST::JRubyAst::NextNode
- Defined in:
- lib/duby/transform.rb
Instance Method Summary collapse
Instance Method Details
#transform(transformer, parent) ⇒ Object
918 919 920 921 |
# File 'lib/duby/transform.rb', line 918 def transform(transformer, parent) # TODO support 'next value'? Next.new(parent, position) end |