# File lib/selectable.rb, line 68
68:   def tags
69:     t = Selectable::Tags.new
70:     self.each { |o| t.merge o.tags }
71:     t
72:   end