8 9 10 11
# File 'lib/conf_conf/user.rb', line 8 def current config = Config.load User.new(config.public_key, config.private_key) end