# File tk/lib/tk/namespace.rb, line 29defTkNamespace.id2obj(id)
Tk_Namespace_ID_TBL.mutex.synchronize{
Tk_Namespace_ID_TBL[id]?Tk_Namespace_ID_TBL[id]:id
}
end
Public Instance Methods
mutex()click to toggle source
# File tk/lib/tk/namespace.rb, line 18defmutex; @mutex; end