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/sync.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/sync.rb')
-rw-r--r-- | lib/sync.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sync.rb b/lib/sync.rb index fd18291ca9..3e57ed0e57 100644 --- a/lib/sync.rb +++ b/lib/sync.rb @@ -1,8 +1,8 @@ # # sync.rb - ���������2-�ե��������å����饹 # $Release Version: 0.1$ -# $Revision: 1.3 $ -# $Date: 1997/08/18 07:17:08 $ +# $Revision$ +# $Date$ # by Keiju ISHITSUKA # # -- @@ -39,7 +39,7 @@ end require "finalize.rb" module Sync_m - RCS_ID='-$Header: /home/keiju/var/src/var.lib/ruby/RCS/sync.rb,v 1.3 1997/08/18 07:17:08 keiju Exp keiju $-' + RCS_ID='-$Header$-' UN = :UN SH = :SH |