Class: Vagrant::Machine
- Inherits:
-
Object
- Object
- Vagrant::Machine
- Defined in:
- lib/vagrant-plugin-dummy/monkey_patches/lib/vagrant/machine.rb
Instance Method Summary collapse
Instance Method Details
#is_dummy? ⇒ Boolean
22 23 24 |
# File 'lib/vagrant-plugin-dummy/monkey_patches/lib/vagrant/machine.rb', line 22 def is_dummy? return @config.vm.guest.eql? :dummy end |