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