# File lib/gherkin/formatter/model.rb, line 36 def initialize(comments, tags, keyword, name, description, line, id) super(comments, keyword, name, description, line) @tags = tags @id = id end
# File lib/gherkin/formatter/model.rb, line 42 def first_non_comment_line @tags.any? ? @tags[0].line : @line end