# File lib/thin/version.rb, line 25
  def self.linux?
    RUBY_PLATFORM =~ /linux/
  end