# File lib/os.rb, line 182
    def self.linux?
      OS.host_os =~ /linux/ ? true : false
    end