# File lib/mspec/runner/actions/taglist.rb, line 24
24:   def start
25:     if @tags
26:       print "\nListing specs tagged with #{@tags.map { |t| "'#{t}'" }.join(", ") }\n\n"
27:     else
28:       print "\nListing all tagged specs\n\n"
29:     end
30:   end