# File lib/mspec/runner/tag.rb, line 25
25:   def to_s
26:     "#{@tag}#{ "(#{@comment})" if @comment }:#{escape @description}"
27:   end