Libraries
»
daitai
(0.1.5)
»
Index (N)
»
Daitai
»
Negate
Module: Daitai::Negate
Included in:
Daitai
Defined in:
lib/daitai/negate.rb
Instance Method Summary
collapse
#
negate
⇒ Object
Instance Method Details
#
negate
⇒
Object
5 6 7
# File 'lib/daitai/negate.rb', line 5
def
negate
->
(
x
)
{
-
x
}
end