module YARP
def self.dump_file(filepath)
def self.dump_file(filepath) LibRubyParser.with_string(filepath) do |string| dump_internal(string.source, string.length, filepath) end end
def self.dump_file(filepath) LibRubyParser.with_string(filepath) do |string| dump_internal(string.source, string.length, filepath) end end