# File lib/vimmatelib/files.rb, line 221
    def refresh
      each do |path|
        path.refresh
      end
      self
    end