Sha256: e275b5f793a80a9b8a40b822fdd27a37ba91c56a98c08746536dcd54c6f7cbe6
Contents?: true
Size: 448 Bytes
Versions: 1
Compression:
Stored size: 448 Bytes
Contents
# # OpenVZ API # module OpenVZ autoload :Log, "openvz/log" autoload :Shell, "openvz/shell" autoload :Inventory, "openvz/inventory" autoload :Vendor, "openvz/vendor" autoload :Container, "openvz/container" autoload :Util, "openvz/util" autoload :ConfigHash, "openvz/confighash" VERSION = "1.5.3" def self.version VERSION end OpenVZ::Vendor.load_vendored end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openvz-1.5.3 | lib/openvz.rb |