Class: TrueClass

Inherits:
Object show all
Defined in:
lib/doing/good.rb

Instance Method Summary collapse

Instance Method Details

#good?Boolean

Tests if object is nil or empty

Returns:

  • (Boolean)

    true if object is defined and has content



64
65
66
# File 'lib/doing/good.rb', line 64

def good?
  true
end

#normalize_tag_sortObject



68
69
70
# File 'lib/doing/good.rb', line 68

def normalize_tag_sort
  :name
end