module Daitai::Negate
Public Instance Methods
negate()
click to toggle source
# File lib/daitai/functions/negate.rb, line 5 def negate ->(x) { -x } end
# File lib/daitai/functions/negate.rb, line 5 def negate ->(x) { -x } end