Skip to content

Commit fb7c431

Browse files
committed
hmm, the new buffering.rb super call has an ArgumentError under 9K, remove it
1 parent 73aeeea commit fb7c431

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/jopenssl22/openssl/buffering.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ module OpenSSL::Buffering
4242
# Creates an instance of OpenSSL's buffering IO module.
4343

4444
def initialize(*)
45-
super
4645
@eof = false
4746
@rbuffer = ""
4847
@sync = @io.sync

0 commit comments

Comments
 (0)