Method: SysCmd.os_type

Defined in:
lib/sys_cmd.rb

.os_type(options = {}) ⇒ Object



369
370
371
# File 'lib/sys_cmd.rb', line 369

def self.os_type(options = {})
  options[:os] || local_os_type
end