class SysLibDetector::SystemDetector
Class responsible for getting information about the current system
Public Class Methods
get_os_name()
click to toggle source
Getting the running operating system's name
# File lib/sys_lib_detector/system_detector.rb, line 7 def self.get_os_name return System::OS.name end