# File lib/ruby-prof/printers/graph_html_printer.rb, line 40 def print(output = STDOUT, options = {}) @output = output setup_options(options) _erbout = @output @output << @erb.result(binding) end