# File lib/git/base.rb, line 376
    def apply(file)
      if File.exists?(file)
        self.lib.apply(file)
      end
    end