Class: Integer

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

Instance Method Summary collapse

Instance Method Details

#matches(x) ⇒ Object



14
15
16
# File 'lib/watir/matches.rb', line 14

def matches(x)
  return self == x
end