Method: Tk::Itcl::ItclObject#call_method

Defined in:
ext/lib/tkextlib/itcl/incr_tcl.rb

#call_method(name, *args) ⇒ Object



65
66
67
# File 'ext/lib/tkextlib/itcl/incr_tcl.rb', line 65

def call_method(name, *args)
  tk_call(@path, name, *args)
end