diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-06 04:23:05 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-06 04:23:05 +0000 |
commit | f378f104732476abb5979594383517a273ceca4f (patch) | |
tree | ea50d33062444e48e31824e77e4c3021f961e7c4 /lib/rubygems/digest/digest_adapter.rb | |
parent | 60d2f945fb5140f3cb49cadd0a4afa8dab817750 (diff) |
* lib/**/*.rb: removed unnecessary shbang lines.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems/digest/digest_adapter.rb')
-rwxr-xr-x | lib/rubygems/digest/digest_adapter.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rubygems/digest/digest_adapter.rb b/lib/rubygems/digest/digest_adapter.rb index 370446b205..a62c5300c8 100755 --- a/lib/rubygems/digest/digest_adapter.rb +++ b/lib/rubygems/digest/digest_adapter.rb @@ -1,4 +1,3 @@ -#!/usr/bin/env ruby #-- # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. # All rights reserved. @@ -37,4 +36,4 @@ module Gem @digest_class.new(string).digest end end -end
\ No newline at end of file +end |