class Utils::ConfigFile::SshTunnel::CopyPaste

def to_s

Returns:
  • (String) - a colon-separated string containing the tunnel specification
def to_s
  [ bind_address, port, host, host_port ] * ':'
end