class HTTP::Options

def new(options = {})

def new(options = {})
  return options if options.is_a?(self)
  super
end