Class: String

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

Instance Method Summary collapse

Instance Method Details

#matches(x) ⇒ Object



2
3
4
# File 'lib/watir-classic/matches.rb', line 2

def matches(x)
  return self == x
end