# File lib/mspec/runner/tag.rb, line 29 29: def ==(o) 30: @tag == o.tag and @comment == o.comment and @description == o.description 31: end