Sha256: e4967202d3f6c62130ab0841156c852009a0ea17352805171f7d04d2de593697
Contents?: true
Size: 162 Bytes
Versions: 6
Compression:
Stored size: 162 Bytes
Contents
require 'vbox/vm' require 'vbox/cmdlineapi' module VBOX UUID_RE = /\{\h{8}-\h{4}-\h{4}-\h{4}-\h{12}\}/ def self.api @@api ||= CmdLineAPI.new end end
Version data entries
6 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vbox-ng-0.1.2 | lib/vbox-ng.rb |
vbox-ng-0.1.2 | lib/vbox.rb |
vbox-ng-0.1.1 | lib/vbox-ng.rb |
vbox-ng-0.1.1 | lib/vbox.rb |
vbox-ng-0.1.0 | lib/vbox-ng.rb |
vbox-ng-0.1.0 | lib/vbox.rb |