Method: Utils::ConfigFile::SshTunnel#multiplexer_list
- Defined in:
- lib/utils/config_file.rb
#multiplexer_list ⇒ Object
176 177 178 179 180 181 182 183 |
# File 'lib/utils/config_file.rb', line 176 def multiplexer_list case @multiplexer when 'screen' 'screen -ls' when 'tmux' 'tmux ls' end end |