1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/net/smtp/test_ssl_socket.rb: fix dependency.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-01-15 03:01:19 +00:00
parent b794a2bd8c
commit 49cf75e675

View file

@ -15,6 +15,7 @@ module Net
end
end
require 'stringio'
class SSLSocket < StringIO
attr_accessor :sync_close, :connected, :closed
@ -87,4 +88,4 @@ module Net
].join("\r\n") + "\r\n"
end
end
end
end if defined?(OpenSSL)