class RubyProf::GraphHtmlPrinter

def print(output = STDOUT, options = {})

def print(output = STDOUT, options = {})
  setup_options(options)
  output << @erb.result(binding)
end