Method: Utils::Config::ConfigFile::SshTunnel#multiplexer_list
- Defined in:
- lib/utils/config/config_file.rb
#multiplexer_list ⇒ Object
172 173 174 175 176 177 178 179 |
# File 'lib/utils/config/config_file.rb', line 172 def multiplexer_list case @multiplexer when 'screen' 'screen -ls' when 'tmux' 'tmux ls' end end |