# File lib/arr-pm/file.rb, line 118 def tags if @tags.nil? @tags = {} header.tags.each do |tag| tags[tag.tag] = tag.value end end @tags end