Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/dehumanize.rb
Instance Method Summary collapse
-
#dehumanize ⇒ Object
Returns the dehumanized version of the string.
Instance Method Details
#dehumanize ⇒ Object
Returns the dehumanized version of the string
16 17 18 |
# File 'lib/dehumanize.rb', line 16 def dehumanize ActiveSupport::Inflector.dehumanize(self) end |