class Symbol

Public Instance Methods

humanize() click to toggle source
# File lib/helpers/ruby_ext.rb, line 22
def humanize
  to_s.humanize
end