Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/dehumanize.rb

Instance Method Summary collapse

Instance Method Details

#dehumanizeObject

Returns the dehumanized version of the string



16
17
18
# File 'lib/dehumanize.rb', line 16

def dehumanize
  ActiveSupport::Inflector.dehumanize(self)
end