Method: Curry#fnot

Defined in:
lib/curry.rb

#fnotObject



122
# File 'lib/curry.rb', line 122

def fnot; lambda { |a| !a }; end