class Addressable::URI
def init_with(coder)
def init_with(coder) reset_ivs coder.map.each do |key, value| instance_variable_set("@#{key}", value) end nil end
def init_with(coder) reset_ivs coder.map.each do |key, value| instance_variable_set("@#{key}", value) end nil end