module Daitai::Not

Public Instance Methods

not() click to toggle source
# File lib/daitai/functions/not.rb, line 5
def not
  ->(a) { !a }
end