class RubyProf::MultiPrinter
def print_to_dot(**options)
def print_to_dot(**options) File.open(dot_report, "wb") do |file| @dot_printer.print(file, **options) end end
def print_to_dot(**options) File.open(dot_report, "wb") do |file| @dot_printer.print(file, **options) end end