Sha256: 49ba49e2fa8af609aa6b5bee503d3594db36191c4a5c00243e94e72119010ab3
Contents?: true
Size: 446 Bytes
Versions: 1
Compression:
Stored size: 446 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.4" def self.version VERSION end OpenVZ::Vendor.load_vendored end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openvz-1.4 | lib/openvz.rb |