# File lib/git/status.rb, line 6
    def initialize(base)
      @base = base
      construct_status
    end