class Vertigo::CondExpr

Attributes

else_[RW]
whens[RW]

Public Class Methods

new(whens=[],else_=nil) click to toggle source
# File lib/vertigo/ast_vertigo_rkgen.rb, line 470
def initialize whens=[],else_=nil
  @whens,@else_=whens,else_
end