eval(cmd = Proc.new, *args)
Instance Public methods
def eval(cmd = Proc.new, *args)
1 2 3 4 5 6 7 | #TkNamespace.eval(@fullname, cmd, *args) #ns_tk_call(cmd, *args) code_obj = code(cmd) ret = code_obj.call(*args) # uninstall_cmd(TkCore::INTERP._split_tklist(code_obj.path)[-1]) uninstall_cmd(_fromUTF8(TkCore:: INTERP ._split_tklist(_toUTF8(code_obj.path))[- 1 ])) tk_tcl2ruby(ret) |
end
Please login to continue.