summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tkextlib/tclx/setup.rb
blob: cc967dced6385d85d2da98b2c7bf1694203934b9 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: false
#
#  setup.rb   --   setup script before calling TkPackage.require()
#
#    If you need some setup operations (for example, add a library path
#    to the library search path) before using Tcl/Tk library packages
#    wrapped by Ruby scripts in this directory, please write the setup
#    operations in this file.
#