module YARP::Debug

def self.newlines(source)

def self.newlines(source)
  YARP.parse(source).source.offsets
end

def self.parse_serialize_file(filepath)

def self.parse_serialize_file(filepath)
  parse_serialize_file_metadata(filepath, [filepath.bytesize, filepath.b, 0].pack("LA*L"))
end