Method: TrueClass#good?

Defined in:
lib/doing/good.rb

#good?Boolean

Tests if object is nil or empty

Returns:

  • (Boolean)

    true if object is defined and has content



89
90
91
# File 'lib/doing/good.rb', line 89

def good?
  true
end