class Object

Defines a not_nil? method for all objects @return [Boolean] the truth value associated with the nil state

Public Instance Methods

not_nil?() click to toggle source
# File lib/insxsync.rb, line 14
def not_nil?
  !nil?
end