class HTTP::Options

def new(options = {})

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