diff options
Diffstat (limited to 'ext/tk/lib/tkclass.rb')
-rw-r--r-- | ext/tk/lib/tkclass.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/tk/lib/tkclass.rb b/ext/tk/lib/tkclass.rb index 9ea275e560..87f5acc453 100644 --- a/ext/tk/lib/tkclass.rb +++ b/ext/tk/lib/tkclass.rb @@ -1,9 +1,9 @@ # -# tkclass.rb - Tk classes -# Date: 2000/11/27 09:23:36 -# by Yukihiro Matsumoto <[email protected]> +# tkclass.rb - Tk classes +# Date: 2000/11/27 09:23:36 +# by Yukihiro Matsumoto <[email protected]> # -# $Id$ +# $Id$ require "tk" |