# File lib/os.rb, line 54
  def self.linux?
    if (host_os =~ /linux/)
      true
    else
      false
    end
  end