Method: CFTunnel#wait_for_end

Defined in:
lib/tunnel/tunnel.rb

#wait_for_endObject



55
56
57
58
59
60
61
# File 'lib/tunnel/tunnel.rb', line 55

def wait_for_end
  if @local_tunnel_thread
    @local_tunnel_thread.join
  else
    raise "Tunnel wasn't started!"
  end
end