Class: Regexp

Inherits:
Object show all
Defined in:
lib/watirmark/extensions/ruby_extensions.rb

Instance Method Summary collapse

Instance Method Details

#matches(x) ⇒ Object



38
39
40
# File 'lib/watirmark/extensions/ruby_extensions.rb', line 38

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