Method: Tug::KeychainConfigFile.config_file

Defined in:
lib/tug/config/keychain_config_file.rb

.config_file(options) ⇒ Object



6
7
8
9
10
11
# File 'lib/tug/config/keychain_config_file.rb', line 6

def config_file(options)
  config_file = config_file_from_path(options[:config])
  config_file.keychain.configure(options)

  return config_file
end