# File lib/gitlab_git/repository.rb, line 32 def initialize(path) @path = path @name = path.split("/").last @attributes = Attributes.new(path) end