Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/dm-forms/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#humanizeObject

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