class Crokus::Assign

Attributes

lhs[RW]
op[RW]
rhs[RW]

Public Class Methods

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