class RubyRTL::Assign

Attributes

lhs[RW]
rhs[RW]

Public Class Methods

new(lhs,rhs) click to toggle source
# File lib/ruby_rtl/ast.rb, line 112
def initialize lhs,rhs
  @lhs,@rhs=lhs,rhs
end