# File lib/standard/facets/platform.rb, line 291
  def linux?
    host_os =~ /linux|cygwin/
  end