# File lib/git/diff.rb, line 16
    def initialize(base, from = nil, to = nil)
      @base = base
      @from = from.to_s
      @to = to.to_s
    end