Method: TkObject#tk_send_without_enc

Defined in:
lib/tk.rb

#tk_send_without_enc(cmd, *rest) ⇒ Object



4860
4861
4862
# File 'lib/tk.rb', line 4860

def tk_send_without_enc(cmd, *rest)
  tk_call_without_enc(path, cmd, *rest)
end