# File lib/pilfer/profile.rb, line 11
    def each(&block)
      files.to_a.sort_by(&:first).each(&block)
    end