class TclTkLibCommand

class TclTkLibCommand: tcl/tk commands in the library

Public Class Methods

new(ip, name) click to toggle source

initialize(ip, name):

ip: interpreter(TclTkInterpreter)
name: command name (String)
Calls superclass method TclTkObject.new
# File lib/tcltk.rb, line 218
def initialize(ip, name)
  super(ip._tcltkip, name)
end