= private = protected
close()
Closes the SSL stream before closing the dRuby connection.
# File lib/drb/ssl.rb, line 315 def close # :nodoc: if @ssl @ssl.close @ssl = nil end super end