Hacker News new | ask | show | jobs
Ruby Enumerables Considered Helpful (aha.io)
9 points by justinweiss 984 days ago
1 comments

The automatic pagination is really clever. I usually take a lazier route with something like a page var and call it a day, but this is nice abstraction.