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

Defined in:
lib/html/struct.rb

#=~(other) ⇒ Object



258
259
260
# File 'lib/html/struct.rb', line 258

def =~(other)
  to_s =~ other
end