summaryrefslogtreecommitdiff
path: root/lib/tsort.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
commitf378f104732476abb5979594383517a273ceca4f (patch)
treeea50d33062444e48e31824e77e4c3021f961e7c4 /lib/tsort.rb
parent60d2f945fb5140f3cb49cadd0a4afa8dab817750 (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/tsort.rb')
-rw-r--r--lib/tsort.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tsort.rb b/lib/tsort.rb
index aa562ad1c5..d0f3cd4caa 100644
--- a/lib/tsort.rb
+++ b/lib/tsort.rb
@@ -1,4 +1,3 @@
-#!/usr/bin/env ruby
#--
# tsort.rb - provides a module for topological sorting and strongly connected components.
#++