Is there a class or other extension for Rails that allows more than the first few elements in a series (and the last)? These work:
[2,45,2,14,53,23,634,346,
You can just use square brackets:
list[6] list[100]