class Selenium::WebDriver::Remote::Http::Curb

def initialize(timeout: nil)

def initialize(timeout: nil)
  @timeout = timeout
  super()
end