Class: VagrantPlugins::GuestOpenWrt::Guest
- Inherits:
-
Object
- Object
- VagrantPlugins::GuestOpenWrt::Guest
- Defined in:
- lib/openwrt/vagrant/guest.rb
Instance Method Summary collapse
Instance Method Details
#detect?(machine) ⇒ Boolean
6 7 8 |
# File 'lib/openwrt/vagrant/guest.rb', line 6 def detect?(machine) machine.communicate.test('opkg -version') end |