# File lib/gherkin/formatter/model.rb, line 56
        def first_non_comment_line
          @tags.any? ? @tags[0].line : @line
        end