module Conditional::CoreExt
Public Instance Methods
If(*args, &block)
click to toggle source
# File lib/conditional/core_ext.rb, line 3 def If(*args, &block) Conditional.if(*args, &block) end
# File lib/conditional/core_ext.rb, line 3 def If(*args, &block) Conditional.if(*args, &block) end