From 5a1e96b22aa6759bde56ff9667759b44e9f6fa28 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 20 Apr 1998 05:55:38 +0000 Subject: *** empty log message *** git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/cgi-lib.rb | 1 - lib/getopts.rb | 1 - lib/matrix.rb | 1 - lib/parsearg.rb | 1 - lib/pstore.rb | 3 +-- lib/tracer.rb | 7 +++---- 6 files changed, 4 insertions(+), 10 deletions(-) (limited to 'lib') 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] -- cgit v1.2.3