Sha256: 069b5a2428d0f53db572608a14023f38c25777478c9ca02cb59670b8fd96d35a

Contents?: true

Size: 221 Bytes

Versions: 1

Compression:

Stored size: 221 Bytes

Contents

# See #165. MK.
if defined?(JRUBY_VERSION)
  require "bunny/jruby/socket"

  module Bunny
    SocketImpl = Socket #JRuby::Socket
  end
else
  require "bunny/cruby/socket"

  module Bunny
    SocketImpl = Socket
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bunny-1.0.1 lib/bunny/socket.rb