Method: Tk::Itcl.code

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

.code(cmd, *args) ⇒ Object


115
116
117
# File 'lib/tkextlib/itcl/incr_tcl.rb', line 115

def self.code(cmd, *args)
  tk_call('::itcl::code', cmd, *args)
end