Class: SysLibDetector::SystemDetector
- Inherits:
-
Object
- Object
- SysLibDetector::SystemDetector
- Defined in:
- lib/sys_lib_detector/system_detector.rb
Overview
Class responsible for getting information about the current system
Class Method Summary collapse
-
.get_os_name ⇒ Object
Getting the running operating system’s name.
Class Method Details
.get_os_name ⇒ Object
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 |