class String

Public Instance Methods

dehumanize() click to toggle source

Returns the dehumanized version of the string

# File lib/dehumanize.rb, line 16
def dehumanize
  ActiveSupport::Inflector.dehumanize(self)
end