# File lib/puma/control_cli.rb, line 12 def is_windows? RUBY_PLATFORM =~ /(win|w)32$/ ? true : false end