summaryrefslogtreecommitdiff
path: root/lib/csv.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/csv.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/csv.rb')
-rw-r--r--lib/csv.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/csv.rb b/lib/csv.rb
index a5f670c059..862839a0e4 100644
--- a/lib/csv.rb
+++ b/lib/csv.rb
@@ -1,4 +1,3 @@
-#!/usr/bin/env ruby -w
# encoding: UTF-8
# = csv.rb -- CSV Reading and Writing
#