# File lib/string.rb, line 20
def
classify
self
.
singularize
.
camelize
end