From f378f104732476abb5979594383517a273ceca4f Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 6 Mar 2009 04:23:05 +0000 Subject: * lib/**/*.rb: removed unnecessary shbang lines. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/irb/ext/save-history.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/irb/ext') diff --git a/lib/irb/ext/save-history.rb b/lib/irb/ext/save-history.rb index 4d53844d5f..72c6b578bf 100644 --- a/lib/irb/ext/save-history.rb +++ b/lib/irb/ext/save-history.rb @@ -1,5 +1,3 @@ -#!/usr/local/bin/ruby -# # save-history.rb - # $Release Version: 0.9.5$ # $Revision$ @@ -83,4 +81,3 @@ module IRB end end end - -- cgit v1.2.3