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/genZPK.rb, line 11
def not_nil?
  !nil?
end