Libraries
»
curry
(0.0.1)
»
Index
»
Curry
»
#fnot
Method: Curry#fnot
Defined in:
lib/curry.rb
#
fnot
⇒
Object
122
# File 'lib/curry.rb', line 122
def
fnot
;
lambda
{
|
a
|
!
a
}
;
end