class Cucumber::Core::Ast::Location::Lines

def range?

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