Sha256: ff1521044ed98ca58e26abbdb0ff4dd6a1279f0299e8dc14fb1bd8a164a0660a
Contents?: true
Size: 419 Bytes
Versions: 6
Compression:
Stored size: 419 Bytes
Contents
# Load the glob loader, which will handle the loading of all the other files libdir = File.join(File.dirname(__FILE__), "virtualbox") require File.expand_path("ext/glob_loader", libdir) # Load them up VirtualBox::GlobLoader.glob_require(libdir, %w{ext/logger ext/platform ext/subclass_listing ext/byte_normalizer com abstract_model medium}) # Setup the top-level module methods module VirtualBox extend Version end
Version data entries
6 entries across 6 versions & 2 rubygems