# File lib/grit/index.rb, line 20 def initialize(repo) self.repo = repo self.tree = {} self.current_tree = nil end