module YARP

def self.dump(code, filepath = nil)

Mirror the YARP.dump API by using the serialization API.
def self.dump(code, filepath = nil)
  dump_internal(code, code.bytesize, filepath)
end