Flowdock
debug_funcname(id) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/debug.rb, line 621
  def debug_funcname(id)
    if id.nil?
      "toplevel"
    else
      id.id2name
    end
  end
Register or log in to add new notes.