Class: VMCTunnelDummy::TunnelCommand
- Inherits:
-
VMC::CLI
- Object
- VMC::CLI
- VMCTunnelDummy::TunnelCommand
- Defined in:
- lib/tunnel-dummy-vmc-plugin/plugin.rb
Instance Method Summary collapse
Instance Method Details
#tunnel ⇒ Object
10 11 12 13 14 15 |
# File 'lib/tunnel-dummy-vmc-plugin/plugin.rb', line 10 def tunnel err "Please install 'tunnel-vmc-plugin' to enable tunnelling." line "" line "Pardon the extra step; it can't be a direct dependency because it" line "requires native compilation." end |