Class: String

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

Instance Method Summary collapse

Instance Method Details

#matches(x) ⇒ Object



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

def matches(x)
  return self == x
end