summaryrefslogtreecommitdiff
path: root/lib/csv.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-12 08:38:06 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-12 08:38:06 +0000
commit0593c6a510918ce0b6610d3f0d25748041658a55 (patch)
tree04bc4e3be7bb1366df6cec1d3e96a94787b763a6 /lib/csv.rb
parentc08f7b80889b531865e74bc5f573df8fa27f2088 (diff)
Merge csv-0.1.0 from upstream.
* csv.gemspec: Update release version. * lib/csv.rb: Remove superfluous private clause. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/csv.rb')
-rw-r--r--lib/csv.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/csv.rb b/lib/csv.rb
index f2e23875f5..1f616803aa 100644
--- a/lib/csv.rb
+++ b/lib/csv.rb
@@ -2297,8 +2297,6 @@ class CSV
chunks.map { |chunk| chunk.encode(@encoding.name) }.join('')
end
- private
-
#
# Returns the encoding of the internal IO object or the +default+ if the
# encoding cannot be determined.