# File lib/noteman/display.rb, line 5 def output_tags(tags) tags.keys.each do |tag| puts "#{tag} (#{tags[tag]})" end end