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