Method: XRay::HTML::DTDElement#==

Defined in:
lib/html/struct.rb

#==(other) ⇒ Object



254
255
256
# File 'lib/html/struct.rb', line 254

def ==(other)
  other.is_a?(DTDElement) and other.type == type
end