summaryrefslogtreecommitdiffstats
path: root/lib/openssl
diff options
context:
space:
mode:
authorzzak <zzak@ruby-lang.org>2013-11-21 01:46:48 +0000
committerzzak <zzak@ruby-lang.org>2013-11-21 01:46:48 +0000
commitb9e14ce01c911117e7dc8081881273868ef3efde (patch)
tree6a9dceb216c1809590f235812712a6956b4efeeb /lib/openssl
parentfd410a693523a638bd301b23469cbab597b2528a (diff)
downloadruby-openssl-history-b9e14ce01c911117e7dc8081881273868ef3efde.tar.gz
* ext/openssl/lib/openssl/buffering.rb: Remove unused arguments from
OpenSSL::Buffering.new [Fixes GH-445] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/openssl')
-rw-r--r--lib/openssl/buffering.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/openssl/buffering.rb b/lib/openssl/buffering.rb
index bf69ac0..b536f54 100644
--- a/lib/openssl/buffering.rb
+++ b/lib/openssl/buffering.rb
@@ -40,7 +40,7 @@ module OpenSSL::Buffering
##
# Creates an instance of OpenSSL's buffering IO module.
- def initialize(*args)
+ def initialize
@eof = false
@rbuffer = ""
@sync = @io.sync