module Gemmy::Patches::ObjectPatch::InstanceMethods::Not

Public Instance Methods

not?() click to toggle source

facets true.nil?.not? == !true.nil?

# File lib/gemmy/patches/object_patch.rb, line 84
def not?
  !self
end