# File lib/git/lib.rb, line 456
    def checkout_file(version, file)
      arr_opts = []
      arr_opts << version.to_s
      arr_opts << file.to_s
      command('checkout', arr_opts)
    end