# File lib/core/ssl_domain.rb, line 55 def initialize(mode) @impl = Cproton.pn_ssl_domain(mode) raise SSLUnavailable.new if @impl.nil? end