1#
2#  setup.rb   --   setup script before calling TkPackage.require()
3#
4#    If you need some setup operations (for example, add a library path
5#    to the library search path) before using Tcl/Tk library packages
6#    wrapped by Ruby scripts in this directory, please write the setup
7#    operations in this file.
8#
9
10
11# set [incr Tcl] library directory
12
13# ENV['ITCL_LIBRARY'] = '/usr/local/ActiveTcl/lib/itcl3.2/'
14