# File lib/thin/version.rb, line 21
  def self.win?
    RUBY_PLATFORM =~ /mswin/
  end