class Prism::Serialize::FastStringIO

def eof?

def eof?
  @pos >= @string.bytesize
end