Sha256: aed8b98eaaccc5721f55470a403a1b4c79687d8b93ef9248106360712a2d302b
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.5" 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 | lib/openvz.rb |