if defined?(JRUBY_VERSION) class Engine def self.server(key, cert) new(key, cert) end end end
# File lib/puma/minissl.rb, line 129 def accept io = @socket.accept engine = Engine.server @ctx.key, @ctx.cert Socket.new io, engine end
Generated with the Darkfish Rdoc Generator 2.