1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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,5 +1,3 @@
#!/usr/bin/env ruby
# The 'rake/clean' file defines two file lists (CLEAN and CLOBBER) and
# 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
# packages.

View file

@ -1,5 +1,3 @@
#!/usr/bin/env ruby
module Rake
# 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
# redistributable package files.

View file

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

View file

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

View file

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

View file

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