class TclTkLibCommand: tcl/tk commands in the library
initialize(ip, name):
ip: interpreter(TclTkInterpreter) name: command name (String)
Source: show | on GitHub
# File ext/tk/lib/tcltk.rb, line 218 def initialize(ip, name) super(ip._tcltkip, name) end