Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/fixi/patch/string_pack.rb

Instance Method Summary collapse

Instance Method Details

#packObject



2
3
4
# File 'lib/fixi/patch/string_pack.rb', line 2

def pack
  self.gsub(/\s+/, ' ').strip
end