class String

Public Instance Methods

exists?() click to toggle source
# File lib/uptime_monitor/browser.rb, line 145
def exists?
  true
end
text() click to toggle source
# File lib/uptime_monitor/browser.rb, line 148
def text
  self
end