class Tug::KeychainConfigFile
Public Class Methods
config_file(options)
click to toggle source
# 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