Method: Tk::Itcl::ItclObject#call_method

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

#call_method(name, *args) ⇒ Object



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

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