if defined?(JRUBY_VERSION) class Engine def self.server(key, cert) new(key, cert) end end end
[Validate]