Class: Duby::AST::JRubyAst::OpAsgnNode

Inherits:
Object
  • Object
show all
Includes:
CallOpAssignment
Defined in:
lib/duby/transform.rb

Instance Method Summary collapse

Methods included from CallOpAssignment

#call_op_assignment

Instance Method Details

#transform(transformer, parent) ⇒ Object



615
616
617
618
# File 'lib/duby/transform.rb', line 615

def transform(transformer, parent)
  call_op_assignment(transformer, parent,
                     variable_name, ListNode.new(position))
end