class Gem::UriFormatter

def initialize(uri)

def initialize(uri)
  require "cgi"
  @uri = uri
end