Class: VMCTunnelDummy::TunnelCommand

Inherits:
VMC::CLI
  • Object
show all
Defined in:
lib/tunnel-dummy-vmc-plugin/plugin.rb

Instance Method Summary collapse

Instance Method Details

#tunnelObject



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