# File lib/string.rb, line 46
def
sanitize
self
.
strip
.
gsub
(
/(\W+)/
,
'_'
)
end