# File lib/xdg/base_dir.rb, line 92
    def each(&block)
      to_a.each(&block)
    end