# File lib/fssm/pathname.rb, line 477
    def readlines(sep = $/)
      IO.readlines(self, sep)
    end