# File lib/pathname2.rb, line 339
   def each
      to_a.each{ |element| yield element }
   end