Sha256: a77edccf713353853b814cacbc8d9edabd6c81fcc12ba9592347b64c142d366f

Contents?: true

Size: 156 Bytes

Versions: 23

Compression:

Stored size: 156 Bytes

Contents

module Puma
  IS_JRUBY = defined?(JRUBY_VERSION)

  def self.jruby?
    IS_JRUBY
  end

  def self.windows?
    RUBY_PLATFORM =~ /mswin32|ming32/
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
puma-3.0.0-java lib/puma/detect.rb
puma-3.0.0 lib/puma/detect.rb
puma-3.0.0.rc1 lib/puma/detect.rb