Method: Wemux::Pair::SshTunnel.tunnel_failure!
- Defined in:
- lib/wemux/pair/ssh_tunnel.rb
.tunnel_failure! ⇒ Object
12 13 14 15 |
# File 'lib/wemux/pair/ssh_tunnel.rb', line 12 def self.tunnel_failure! puts "The tunnel failed to open, the port was probably in use, try again." exit 1 end |