Class: Duby::AST::JRubyAst::OpAsgnNode
- Inherits:
-
Object
- Object
- Duby::AST::JRubyAst::OpAsgnNode
- Includes:
- CallOpAssignment
- Defined in:
- lib/duby/transform.rb
Instance Method Summary collapse
Methods included from CallOpAssignment
Instance Method Details
#transform(transformer, parent) ⇒ Object
769 770 771 772 |
# File 'lib/duby/transform.rb', line 769 def transform(transformer, parent) call_op_assignment(transformer, parent, variable_name, ListNode.new(position)) end |