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