# File lib/puma/minissl.rb, line 121 def accept io = @socket.accept engine = Engine.server @ctx.key, @ctx.cert Socket.new io, engine end