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