Tests if object is nil or empty
Returns:
true if object is defined and has content
89 90 91
# File 'lib/doing/good.rb', line 89 def good? true end