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