12 13 14
# File 'lib/log.rb', line 12 def log_key_value(key, value) puts @p.green.bold("#{key}: #{@p.yellow(value)}") end