module Daitai::Or
Public Instance Methods
or()
click to toggle source
# File lib/daitai/functions/or.rb, line 5 def or lambda do |a, b| a || b end.curry end
# File lib/daitai/functions/or.rb, line 5 def or lambda do |a, b| a || b end.curry end