# File raggle, line 754 def define_tag(*names) yield tag_spec = Tag.new names.each do |name| yield @tags[name] = tag_spec end end