* lib/**/*.rb: removed unnecessary shbang lines.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-03-06 04:23:05 +00:00
parent 60d2f945fb
commit f378f10473
19 changed files with 2 additions and 34 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env ruby -w
# encoding: UTF-8 # encoding: UTF-8
# = csv.rb -- CSV Reading and Writing # = csv.rb -- CSV Reading and Writing
# #

View File

@ -1,5 +1,3 @@
#!/usr/local/bin/ruby
#
# multi.rb - # multi.rb -
# $Release Version: 0.9.5$ # $Release Version: 0.9.5$
# $Revision$ # $Revision$

View File

@ -1,5 +1,3 @@
#!/usr/local/bin/ruby
#
# save-history.rb - # save-history.rb -
# $Release Version: 0.9.5$ # $Release Version: 0.9.5$
# $Revision$ # $Revision$
@ -83,4 +81,3 @@ module IRB
end end
end end
end end

View File

@ -1,4 +1,3 @@
#!/usr/local/bin/ruby
#-- #--
# matrix.rb - # matrix.rb -
# $Release Version: 1.0$ # $Release Version: 1.0$

View File

@ -1,5 +1,3 @@
#!/usr/bin/env ruby
#-- #--
# Copyright (c) 2003, 2004, 2005, 2006, 2007 Jim Weirich # Copyright (c) 2003, 2004, 2005, 2006, 2007 Jim Weirich

View File

@ -1,5 +1,3 @@
#!/usr/bin/env ruby
# The 'rake/clean' file defines two file lists (CLEAN and CLOBBER) and # The 'rake/clean' file defines two file lists (CLEAN and CLOBBER) and
# two rake tasks (:clean and :clobber). # two rake tasks (:clean and :clobber).
# #

View File

@ -1,5 +1,3 @@
#!/usr/bin/env ruby
# Define a package task library to aid in the definition of GEM # Define a package task library to aid in the definition of GEM
# packages. # packages.

View File

@ -1,5 +1,3 @@
#!/usr/bin/env ruby
module Rake module Rake
# Makefile loader to be used with the import file loader. # Makefile loader to be used with the import file loader.

View File

@ -1,5 +1,3 @@
#!/usr/bin/env ruby
# Define a package task libarary to aid in the definition of # Define a package task libarary to aid in the definition of
# redistributable package files. # redistributable package files.

View File

@ -1,5 +1,3 @@
#!/usr/bin/env ruby
require 'rake' require 'rake'
require 'rake/tasklib' require 'rake/tasklib'

View File

@ -1,5 +1,3 @@
#!/usr/bin/env ruby
require 'test/unit' require 'test/unit'
require 'test/unit/assertions' require 'test/unit/assertions'

View File

@ -1,5 +1,3 @@
#!/usr/bin/env ruby
require 'rake' require 'rake'
module Rake module Rake

View File

@ -1,5 +1,3 @@
#!/usr/bin/env ruby
# Define a task library for running unit tests. # Define a task library for running unit tests.
require 'rake' require 'rake'

View File

@ -1,4 +1,3 @@
#!/usr/bin/env ruby
#-- #--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved. # All rights reserved.

View File

@ -1,4 +1,3 @@
#!/usr/bin/env ruby
#-- #--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved. # All rights reserved.

View File

@ -1,4 +1,3 @@
#!/usr/bin/env ruby
#-- #--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved. # All rights reserved.
@ -20,4 +19,3 @@ module Gem
end end
end end
# :startdoc: # :startdoc:

View File

@ -1,4 +1,3 @@
#!/usr/bin/env ruby
#-- #--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved. # All rights reserved.

View File

@ -1,4 +1,3 @@
#!/usr/bin/env ruby
#-- #--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved. # All rights reserved.

View File

@ -1,4 +1,3 @@
#!/usr/bin/env ruby
#-- #--
# tsort.rb - provides a module for topological sorting and strongly connected components. # tsort.rb - provides a module for topological sorting and strongly connected components.
#++ #++