Method: Crokus::Unary#initialize

Defined in:
lib/crokus/ast.rb

#initialize(op, rhs, postfix = nil) ⇒ Unary

Returns a new instance of Unary.



365
366
367
368
# File 'lib/crokus/ast.rb', line 365

def initialize op,rhs,postfix=nil
  @op,@rhs=op,rhs
  @postfix=postfix
end