RubyGems Navigation menu

sequence 0.2.2

Sequence provides a unified api for access to sequential data types, like Strings, Arrays, Files, IOs, and Enumerations. Each sequence encapsulates some data and a current position within it. Some operations apply to data at (or relative to) the position, others are independant of position. The api contains operations for moving the position, reading and writing data (with or without moving the position) forward or backward from the current position or anywhere, scanning for patterns (like StringScanner, but it works in Files too, among others), and saving a position that will remain valid even after data is deleted or inserted elsewhere within the sequence. There are also some utility classes for making sequences reversed or circular, turning one-way sequences into two-way, buffering, and making sequences that are subsets or aggregations of existing sequences.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.2.4 - August 12, 2016 (70KB)
  2. 0.2.3 - January 03, 2010 (59KB)
  3. 0.2.2 - August 07, 2009 (59.5KB)
  4. 0.2.1 - August 05, 2009 (58.5KB)
  5. 0.2.0 - August 28, 2008* (57.5KB)
全てのバージョンを表示(全6件)

所有者:

作者:

  • Caleb Clausen

SHA 256チェックサム:

465986a1ca494ca9e613b53ee7adc9b7aa0a7f05df0b18fa88a42f6f25242e0e

累計ダウンロード数 21,477

このバージョンのみ 3,377

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: