fog--fog/lib/fog/virtual_box.rb

12 lines
195 B
Ruby
Raw Normal View History

require(File.expand_path(File.join(File.dirname(__FILE__), 'core')))
module Fog
module VirtualBox
extend Fog::Provider
service(:compute, 'virtual_box/compute', 'Compute')
end
end