summaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tkextlib/tkHTML/setup.rb
diff options
context:
space:
mode:
author(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-01 09:38:53 +0000
committer(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-01 09:38:53 +0000
commit867524eff51c1679f63b9c61fdacc44f8cb85d11 (patch)
treeb8fcdf67f2058b43c0a7cf704bcd7e0a782eff7c /ext/tk/lib/tkextlib/tkHTML/setup.rb
parent3c4ad5062d65fbe491dfc1df680a540feacadcda (diff)
downloadruby-867524eff51c1679f63b9c61fdacc44f8cb85d11.tar.gz
ruby-867524eff51c1679f63b9c61fdacc44f8cb85d11.tar.xz
ruby-867524eff51c1679f63b9c61fdacc44f8cb85d11.zip
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tkextlib/tkHTML/setup.rb')
-rw-r--r--ext/tk/lib/tkextlib/tkHTML/setup.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/tk/lib/tkextlib/tkHTML/setup.rb b/ext/tk/lib/tkextlib/tkHTML/setup.rb
new file mode 100644
index 000000000..ce0f0bd4d
--- /dev/null
+++ b/ext/tk/lib/tkextlib/tkHTML/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.
+#