34 35 36
# File 'lib/egi/env.rb', line 34 def tags @tags ||= items.values.map {|item| item[:tags] || [] }.flatten.uniq end