# File lib/rugged_adapter/git_layer_rugged.rb, line 427 def initialize(index, repo) @index = index @rugged_repo = repo @treemap = {} end