diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1998-01-16 12:13:05 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1998-01-16 12:13:05 +0000 |
commit | 3db12e8b236ac8f88db8eb4690d10e4a3b8dbcd4 (patch) | |
tree | b3c086e437cab449f90ba637710daed0ddfec4c4 /lib/tkclass.rb | |
parent | 4207990990f8c8da414710816c32ae5fd0ae6987 (diff) |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/tkclass.rb')
-rw-r--r-- | lib/tkclass.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tkclass.rb b/lib/tkclass.rb index 17f57f581d..0b33d4ec8b 100644 --- a/lib/tkclass.rb +++ b/lib/tkclass.rb @@ -1,6 +1,6 @@ # # tkclass.rb - Tk classes -# $Date: 1995/11/11 19:17:15 $ +# $Date$ # by Yukihiro Matsumoto <[email protected]> require "tk" |