# File lib/pathname2.rb, line 863
   def readlines(*args)
      IO.readlines(self, *args)  
   end