class HTTP::Options

def dup

def dup
  dupped = super
  yield(dupped) if block_given?
  dupped
end