Method: Lakitu::FileOperator.local_ssh_config
- Defined in:
- lib/lakitu/file_operator.rb
.local_ssh_config ⇒ Object
17 18 19 20 |
# File 'lib/lakitu/file_operator.rb', line 17 def self.local_ssh_config return File.read(Lakitu::LOCAL_SSHCONFIG_PATH) if File.exist?(Lakitu::LOCAL_SSHCONFIG_PATH) return "" end |