module Github::Utils::Url

def normalize(s) Addressable::URI.parse(s.to_s).normalize.path end

def normalize(s) Addressable::URI.parse(s.to_s).normalize.path end