RubyGems.org

seq

0.2.0

A Seq is created with an array, and optionally a number of elements to return, an offset to start at and a default item to return when ended. Call #next to return the next item. A Seq::Random will return randomly selected elements from the array. A Seq::Lazy will lazily evaluate a block to get the next element.

installgem install seq
Authors

Joshua Hawxwell

727 total downloads 125 for this version
Owners

Da3fc7d37c6df557935513f4547cfb3c

Gemfile
gem "seq", "~> 0.2.0"
Versions
  1. 0.2.0 May 1, 2013
  2. 0.1.0 July 21, 2011
Development Dependencies
  1. minitest ~> 2.3.1