class Raykit::Git::Repository

def relative_path

The relative path is a valid local path name derived from the url
def relative_path
    @url.gsub('https://','').gsub('.git','').gsub('http://','')
end