# File lib/mspec/runner/actions/tag.rb, line 25
25:   def initialize(action, outcome, tag, comment, tags=nil, descs=nil)
26:     super tags, descs
27:     @action = action
28:     @outcome = outcome
29:     @tag = tag
30:     @comment = comment
31:     @report = []
32:     @exception = false
33:   end