Returns:
113 114 115
# File 'lib/garlic/repo.rb', line 113 def same_url?(url) self.url.sub(/\/?(\.git)?$/, '') == url.sub(/\/?(\.git)?$/, '') end