Method: Cfer::Core::Functions#if

Defined in:
lib/cfer/core/functions.rb

#if(cond, t, f) ⇒ Object



35
36
37
# File 'lib/cfer/core/functions.rb', line 35

def if(cond, t, f)
  {"Fn::If" => [cond, t, f]}
end