Class: Object

Inherits:
BasicObject
Defined in:
lib/watir-classic/matches.rb

Instance Method Summary collapse

Instance Method Details

#matches(x) ⇒ Object

Raises:

  • (TypeError)


20
21
22
# File 'lib/watir-classic/matches.rb', line 20

def matches(x)
  raise TypeError, "#{self.class} is not supported as a locator"
end