Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/dm-forms/core_ext.rb
Instance Method Summary collapse
-
#humanize ⇒ Object
Convert to a human readable string.
Instance Method Details
#humanize ⇒ Object
Convert to a human readable string. See String#humanize
36 37 38 |
# File 'lib/dm-forms/core_ext.rb', line 36 def humanize to_s.humanize end |