module Daitai::Add
Public Instance Methods
add()
click to toggle source
# File lib/daitai/functions/add.rb, line 5 def add lambda do |augend, addend| augend + addend end.curry end
# File lib/daitai/functions/add.rb, line 5 def add lambda do |augend, addend| augend + addend end.curry end