Class: Regexp
- Inherits:
-
Object
- Object
- Regexp
- Defined in:
- lib/watir/matches.rb
Instance Method Summary collapse
Instance Method Details
#matches(x) ⇒ Object
8 9 10 |
# File 'lib/watir/matches.rb', line 8 def matches(x) return self.match(x) end |