Sha256: 903ea72a761701b9402b4a15cae795c3683649e0d18dfcfa4d24b6a032117cdb
Contents?: true
Size: 233 Bytes
Versions: 96
Compression:
Stored size: 233 Bytes
Contents
# See #165. MK. if defined?(JRUBY_VERSION) require "bunny/jruby/ssl_socket" module Bunny SSLSocketImpl = JRuby::SSLSocket end else require "bunny/cruby/ssl_socket" module Bunny SSLSocketImpl = SSLSocket end end
Version data entries
96 entries across 96 versions & 2 rubygems