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