[Source]
# File tk/lib/tk.rb, line 43 def Tk_CMDTBL.method_missing(id, *args) TkCore::INTERP.tk_cmd_tbl.__send__(id, *args) end
[Validate]