Sha256: 4f93b82d9cc253255484e9fcd2671c502bdb05b3c3ecc8a816c4fe349d7b0c3c
Contents?: true
Size: 171 Bytes
Versions: 7
Compression:
Stored size: 171 Bytes
Contents
# Helper methods for figuring out which version of Ruby / ZMQ we are # testing and working with. module VersionChecking def jruby? RUBY_PLATFORM =~ /java/ end end
Version data entries
7 entries across 7 versions & 1 rubygems