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