Class: Integer

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

Instance Method Summary collapse

Instance Method Details

#matches(x) ⇒ Object



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

def matches(x)
  return self == x
end