class Crokus::CondExpr

Attributes

cond[RW]
lhs[RW]
rhs[RW]

Public Class Methods

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