summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/cgi-lib.rb1
-rw-r--r--lib/getopts.rb1
-rw-r--r--lib/matrix.rb1
-rw-r--r--lib/parsearg.rb1
-rw-r--r--lib/pstore.rb3
-rw-r--r--lib/tracer.rb7
6 files changed, 4 insertions, 10 deletions
diff --git a/lib/cgi-lib.rb b/lib/cgi-lib.rb
index 00be8992f4..2407c6b388 100644
--- a/lib/cgi-lib.rb
+++ b/lib/cgi-lib.rb
@@ -1,4 +1,3 @@
-#!/usr/local/bin/ruby
#
# Get CGI String
#
diff --git a/lib/getopts.rb b/lib/getopts.rb
index 1862f56080..9e1e8a2cf6 100644
--- a/lib/getopts.rb
+++ b/lib/getopts.rb
@@ -1,4 +1,3 @@
-#!/usr/local/bin/ruby
#
# getopts.rb -
# $Release Version: $
diff --git a/lib/matrix.rb b/lib/matrix.rb
index 175981379f..631b6547b3 100644
--- a/lib/matrix.rb
+++ b/lib/matrix.rb
@@ -1,4 +1,3 @@
-#!/usr/local/bin/ruby
#
# matrix.rb -
# $Release Version: 1.0$
diff --git a/lib/parsearg.rb b/lib/parsearg.rb
index fa4dbdefcc..b9f41d5e5f 100644
--- a/lib/parsearg.rb
+++ b/lib/parsearg.rb
@@ -1,4 +1,3 @@
-#!/usr/local/bin/ruby
#
# parsearg.rb - parse arguments
# $Release Version: $
diff --git a/lib/pstore.rb b/lib/pstore.rb
index 86f086d226..2a0bc11e48 100644
--- a/lib/pstore.rb
+++ b/lib/pstore.rb
@@ -1,5 +1,4 @@
-#!/usr/local/bin/ruby
-
+#
# How to use:
#
# db = PStore.new("/tmp/foo")
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]