35 36 37
# File 'lib/cfer/core/functions.rb', line 35 def if(cond, t, f) {"Fn::If" => [cond, t, f]} end