class String

Public Instance Methods

is_integer?() click to toggle source
# File lib/spectest/platform_watir/platform_object.rb, line 135
def is_integer?
  true if Integer(self) rescue false
end