Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/ogc/core_ext/string.rb

Instance Method Summary collapse

Instance Method Details

#clean_xml!Object



4
5
6
7
8
# File 'lib/ogc/core_ext/string.rb', line 4

def clean_xml!
  self.gsub!(/>\n+ *\t*</, '><')
  self.squish!
  self
end