# File lib/pathname2.rb, line 853
   def foreach(*args, &block)
      IO.foreach(self, *args, &block)
   end