module Puma IS_JRUBY = defined?(JRUBY_VERSION) def self.jruby? IS_JRUBY end def self.windows? RUBY_PLATFORM =~ /mswin|ming|cygwin/ end end