Method: Utils::ConfigFile::SshTunnel#initialize
- Defined in:
- lib/utils/config_file.rb
#initialize ⇒ SshTunnel
The initialize method sets up the instance by calling the superclass constructor and assigning the terminal multiplexer configuration.
480 481 482 483 |
# File 'lib/utils/config_file.rb', line 480 def initialize super self.terminal_multiplexer = terminal_multiplexer end |