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