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

def at_index(idx)

def at_index(idx)
  data.to_a[idx]
end