# File lib/gherkin/formatter/model.rb, line 29
        def line_range
          first = @comments.any? ? @comments[0].line : first_non_comment_line
          first..line
        end