# File lib/lograge/formatters/key_value.rb, line 4 def call(data) fields_to_display(data) .map { |key| format(key, data[key]) } .join(' ') end