module Gemmy::Patches::ObjectPatch::InstanceMethods::NotNil

Public Instance Methods

not_nil?() click to toggle source

facets

# File lib/gemmy/patches/object_patch.rb, line 103
def not_nil?
  ! nil?
end