class Vertigo::CaseWhen
Attributes
body[RW]
expr[RW]
Public Class Methods
new(expr=nil,body=nil)
click to toggle source
# File lib/vertigo/ast_vertigo_rkgen.rb, line 260 def initialize expr=nil,body=nil @expr,@body=expr,body end