# File lib/vimmatelib/files.rb, line 188
    def each(&block)
      @paths.each(&block)
      self
    end