Method: Cfruby::OS.get_os

Defined in:
lib/libcfruby/os.rb

.get_osObject

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