class Rugged::Tree

def diff(other = nil, options = nil)

def diff(other = nil, options = nil)
  Tree.diff(repo, self, other, options)
end