summaryrefslogtreecommitdiffstats
path: root/lib/rubygems/digest/md5.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-06 04:23:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-06 04:23:05 +0000
commit74c3aad4fc08a5be6974c8745c9a9b0f4b091479 (patch)
treeea50d33062444e48e31824e77e4c3021f961e7c4 /lib/rubygems/digest/md5.rb
parent8ab5f50d374872e20111ad7e77370ff8ac090042 (diff)
downloadruby-74c3aad4fc08a5be6974c8745c9a9b0f4b091479.tar.gz
ruby-74c3aad4fc08a5be6974c8745c9a9b0f4b091479.tar.xz
ruby-74c3aad4fc08a5be6974c8745c9a9b0f4b091479.zip
* lib/**/*.rb: removed unnecessary shbang lines.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems/digest/md5.rb')
-rwxr-xr-xlib/rubygems/digest/md5.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rubygems/digest/md5.rb b/lib/rubygems/digest/md5.rb
index f924579c0..477301a78 100755
--- a/lib/rubygems/digest/md5.rb
+++ b/lib/rubygems/digest/md5.rb
@@ -1,4 +1,3 @@
-#!/usr/bin/env ruby
#--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved.
@@ -20,4 +19,3 @@ module Gem
end
end
# :startdoc:
-