Sha256: 8de19ef3909133f593db33863770dbc45294af32e5fe8c8e1b4cb388ea62b08b
Contents?: true
Size: 284 Bytes
Versions: 57
Compression:
Stored size: 284 Bytes
Contents
class VMPlatformMount def initialize(dInfo, ost) $log.debug "Initializing VMPlatformMount" if $log @dInfo = dInfo @ost = ost require "metadata/VMMount/VMPlatformMountLinux" extend VMPlatformMountLinux init end # def initialize end # class VMPlatformMount
Version data entries
57 entries across 57 versions & 1 rubygems