Sha256: 01bb0f5da2750e386b7e34f58b13329cdd01379c393666b224c9cbee48c6ce67
Contents?: true
Size: 317 Bytes
Versions: 56
Compression:
Stored size: 317 Bytes
Contents
class VolMgrPlatformSupport def initialize(cfgFile, ost) $log.debug "Initializing VolMgrPlatformSupport" if $log @cfgFile = cfgFile @ost = ost require "VolumeManager/VolMgrPlatformSupportLinux" extend VolMgrPlatformSupportLinux init end # def initialize end # class VolMgrPlatformSupport
Version data entries
56 entries across 56 versions & 1 rubygems