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