* 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:
parent
60d2f945fb
commit
f378f10473
@ -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
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#!/usr/local/bin/ruby
|
|
||||||
#
|
|
||||||
# multi.rb -
|
# multi.rb -
|
||||||
# $Release Version: 0.9.5$
|
# $Release Version: 0.9.5$
|
||||||
# $Revision$
|
# $Revision$
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#!/usr/local/bin/ruby
|
|
||||||
#--
|
#--
|
||||||
# matrix.rb -
|
# matrix.rb -
|
||||||
# $Release Version: 1.0$
|
# $Release Version: 1.0$
|
||||||
|
@ -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
|
||||||
|
@ -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).
|
||||||
#
|
#
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
|
|
||||||
require 'rake'
|
require 'rake'
|
||||||
require 'rake/tasklib'
|
require 'rake/tasklib'
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
|
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
require 'test/unit/assertions'
|
require 'test/unit/assertions'
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
|
|
||||||
require 'rake'
|
require 'rake'
|
||||||
|
|
||||||
module Rake
|
module Rake
|
||||||
|
@ -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'
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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:
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
#++
|
#++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user