Method: WLang::Html::HighOrderFunctions#caret

Defined in:
lib/wlang/html.rb

#caret(buf, fn_if, fn_then, fn_else) ⇒ Object



60
61
62
# File 'lib/wlang/html.rb', line 60

def caret(buf, fn_if, fn_then, fn_else)
  question(buf, fn_if, fn_else, fn_then)
end