Class: Regexp

Inherits:
Object show all
Defined in:
lib/watir-classic/matches.rb

Instance Method Summary collapse

Instance Method Details

#matches(x) ⇒ Object



8
9
10
# File 'lib/watir-classic/matches.rb', line 8

def matches(x)
  return self.match(x)
end