mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
commit
44f7251aa8
@ -9,6 +9,7 @@ module VagrantPlugins
|
||||
class Provider < Vagrant.plugin('2', :provider)
|
||||
def initialize(machine)
|
||||
@machine = machine
|
||||
raise 'REQUIRE USE RUBY >= 1.9.3 VERSION' if RUBY_VERSION < '1.9.3'
|
||||
end
|
||||
|
||||
# This should return an action callable for the given name.
|
||||
|
Loading…
Reference in New Issue
Block a user