class TclTkLibCommand: tcl/tk commands in the library

Methods
N
Class Public methods
new(ip, name)

initialize(ip, name):

ip: interpreter(TclTkInterpreter)
name: command name (String)
# File ext/tk/lib/tcltk.rb, line 217
def initialize(ip, name)
  super(ip._tcltkip, name)
end