# File lib/ruby-prof/printers/graph_html_printer.rb, line 62
    def method_href(thread, method)
      h(method.full_name.gsub(/[><#\.\?=:]/,"_") + "_" + thread.id.to_s)
    end