class HTTP::Timeout::Global

def initialize(*args)

def initialize(*args)
  super
  @timeout = @time_left = options.fetch(:global_timeout)
end