class Capybara::Server::Checker

def initialize(host, port)

def initialize(host, port)
  @host, @port = host, port
  @ssl = false
end