class Cucumber::Core::Test::Location::Lines

def range?

def range?
  data.size == (data.max - data.min + 1)
end