# File lib/capistrano/ext/string.rb, line 2
def
compact
self
.
gsub
(
/\s+/
,
' '
)
end