Method: BasicObject#if

Defined in:
lib/if.rb

#if(if_true, _options = {}) ⇒ Object



2
3
4
# File 'lib/if.rb', line 2

def if(if_true, _options = {})
  if_true.call
end