Class: Duby::AST::JRubyAst::SelfNode
- Inherits:
-
Object
- Object
- Duby::AST::JRubyAst::SelfNode
- Defined in:
- lib/duby/transform.rb,
lib/duby/transform.rb
Instance Method Summary collapse
Instance Method Details
#transform(transformer, parent) ⇒ Object
1110 1111 1112 |
# File 'lib/duby/transform.rb', line 1110 def transform(transformer, parent) Self.new(parent, position) end |