Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/capistrano/ext/string.rb
Instance Method Summary collapse
Instance Method Details
#compact ⇒ Object
2 3 4 |
# File 'lib/capistrano/ext/string.rb', line 2 def compact self.gsub(/\s+/, ' ') end |