# File lib/fakefs/file.rb, line 133
    def self.readlines(path)
      read(path).split("\n")
    end