# File lib/selectable/object.rb, line 14
14:     def add_tags(tags)
15:       init_tags!
16:       @tags.merge! tags
17:     end