Class: Lookout::XML

Inherits:
String show all
Defined in:
lib/lookout/xml.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



4
5
6
# File 'lib/lookout/xml.rb', line 4

def ==(other)
  not normalize(other).index(normalize).nil?
end

#inspectObject



8
9
10
# File 'lib/lookout/xml.rb', line 8

def inspect
  'xml(%s)' % [normalize]
end