summaryrefslogtreecommitdiff
path: root/ruby_1_8_6/ext/tk/lib/tk/after.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_8_6/ext/tk/lib/tk/after.rb')
-rw-r--r--ruby_1_8_6/ext/tk/lib/tk/after.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/ruby_1_8_6/ext/tk/lib/tk/after.rb b/ruby_1_8_6/ext/tk/lib/tk/after.rb
new file mode 100644
index 0000000000..8c58210331
--- /dev/null
+++ b/ruby_1_8_6/ext/tk/lib/tk/after.rb
@@ -0,0 +1,6 @@
+#
+# tk/after.rb : methods for Tcl/Tk after command
+#
+# $Id$
+#
+require 'tk/timer'