# File lib/gherkin/formatter/model.rb, line 204 def line_range line_count = value.split(/\r?\n/).length line..(line+line_count+1) end