class Prism::LibRubyParser::PrismString

def read

def read
  raise "should use the original String instead" if @from_string
  @pointer.read_string(@length)
end