# File lib/facets/core/string/humanize.rb, line 6
def
humanize
self
.
gsub
(
/_/
,
" "
).
capitalize
end