Class: Symbol

Inherits:
Object show all
Defined in:
lib/helpers/ruby_ext.rb

Instance Method Summary collapse

Instance Method Details

#humanizeObject



22
23
24
# File 'lib/helpers/ruby_ext.rb', line 22

def humanize
  to_s.humanize
end