Method: DRbQS::Config::SSHHost#config_names
- Defined in:
- lib/drbqs/config/ssh_host.rb
#config_names ⇒ Object
13 14 15 16 17 |
# File 'lib/drbqs/config/ssh_host.rb', line 13 def config_names config_files.map do |s| File.basename(s).sub(/\.ya?ml$/, '') end end |