Uses OSFactory to return an appropriate OS object
33 34 35 36
# File 'lib/libcfruby/os.rb', line 33 def OS.get_os() factory = Cfruby::OS::OSFactory.new() return(factory.get_os()) end