# File lib/gherkin/formatter/model.rb, line 68
        def line_range
          first = @comments[0] ? @comments[0].line : (@tags[0] ? @tags[0].line : line)
          first..line
        end