# File lib/whiskey_disk.rb, line 125
    def flush
      return run(bundle) if remote?
      record_result('local', system(bundle))
    end