# File lib/fakefs/file.rb, line 224
    def read(chunk = nil)
      @stream.read(chunk)
    end