Class: SysLibDetector::SystemDetector

Inherits:
Object
  • Object
show all
Defined in:
lib/sys_lib_detector/system_detector.rb

Overview

Class responsible for getting information about the current system

Class Method Summary collapse

Class Method Details

.get_os_nameObject

Getting the running operating system’s name



7
8
9
# File 'lib/sys_lib_detector/system_detector.rb', line 7

def self.get_os_name
	return System::OS.name
end