Sha256: bc16684edb6a6a53035a18eda1807d9883b70a66533abe81b11725624e2c5190
Contents?: true
Size: 217 Bytes
Versions: 54
Compression:
Stored size: 217 Bytes
Contents
# frozen_string_literal: true module Puma IS_JRUBY = defined?(JRUBY_VERSION) def self.jruby? IS_JRUBY end IS_WINDOWS = RUBY_PLATFORM =~ /mswin|ming|cygwin/ def self.windows? IS_WINDOWS end end
Version data entries
54 entries across 54 versions & 5 rubygems