summaryrefslogtreecommitdiff
path: root/lib/tracer.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-04-20 05:55:38 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-04-20 05:55:38 +0000
commit5a1e96b22aa6759bde56ff9667759b44e9f6fa28 (patch)
tree956063703940ef9f3d450768628584dc08f97c42 /lib/tracer.rb
parent4c97b921f2f6d71d7a3f2c0b2c0c089b15686973 (diff)
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/tracer.rb')
-rw-r--r--lib/tracer.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/tracer.rb b/lib/tracer.rb
index ef03fe09c9..032557d10c 100644
--- a/lib/tracer.rb
+++ b/lib/tracer.rb
@@ -1,9 +1,8 @@
-#!/usr/local/bin/ruby
#
# tracer.rb -
# $Release Version: 0.2$
-# $Revision: 1.6 $
-# $Date: 1998/02/02 08:12:02 $
+# $Revision: 1.1.1.1.4.1 $
+# $Date: 1998/02/03 10:02:57 $
# by Keiju ISHITSUKA(Nippon Rational Inc.)
#
# --
@@ -15,7 +14,7 @@
# tracer main class
#
class Tracer
- RCS_ID='-$Id: tracer.rb,v 1.6 1998/02/02 08:12:02 keiju Exp keiju $-'
+ RCS_ID='-$Id: tracer.rb,v 1.1.1.1.4.1 1998/02/03 10:02:57 matz Exp $-'
MY_FILE_NAME = caller(0)[0].scan(/^(.*):[0-9]+$/)[0]