Class: Gloo::Utils::Words

Inherits:
Object
  • Object
show all
Defined in:
lib/gloo/utils/words.rb

Class Method Summary collapse

Class Method Details

.pluralize(word) ⇒ Object



13
14
15
# File 'lib/gloo/utils/words.rb', line 13

def self.pluralize( word )
  return word.pluralize
end