Tests if object is nil
Returns:
true if object is defined and has content
33 34 35
# File 'lib/doing/good.rb', line 33 def good? !nil? end