Flowdock
method

debug_funcname

Importance_0
v1_8_7_72 - Show latest stable - 0 notes - Class: DEBUGGER__::Context
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 659
  def debug_funcname(id)
    if id.nil?
      "toplevel"
    else
      id.id2name
    end
  end
Register or log in to add new notes.