summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tkextlib/ICONS/setup.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tkextlib/ICONS/setup.rb')
-rw-r--r--ext/tk/lib/tkextlib/ICONS/setup.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/tk/lib/tkextlib/ICONS/setup.rb b/ext/tk/lib/tkextlib/ICONS/setup.rb
new file mode 100644
index 0000000000..ce0f0bd4d4
--- /dev/null
+++ b/ext/tk/lib/tkextlib/ICONS/setup.rb
@@ -0,0 +1,8 @@
+#
+# 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.
+#