# File lib/puppet/rails/resource.rb, line 71 71: def add_tag_to_hash(tag) 72: @tags_hash ||= [] 73: @tags_hash << tag 74: end