RubyGems Navigation menu

sequence 0.2.4

Sequence provides a unified api for access to sequential data types, like Strings, Arrays, Files, IOs, and Enumerations. This is the external iterator pattern (ruby's usual iterators are internal). 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, and reading and writing data (with or without moving the position) forward or backward from the current position or anywhere. Its perhaps most unusual feature is the ability to scan for Regexps in not just Strings, but Files and any other type of sequence.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.2.4 - August 12, 2016 (70.0 KB)
  2. 0.2.3 - January 03, 2010 (59.0 KB)
  3. 0.2.2 - August 07, 2009 (59.5 KB)
  4. 0.2.1 - August 05, 2009 (58.5 KB)
  5. 0.2.0 - August 28, 2008* (57.5 KB)
显示所有版本 (共 6 个)

业主:

作者:

  • Caleb Clausen

SHA 256 校验和:

4994f274fba9b3a83c90ba1ab080aa0e136aecbd593a1be5fe4e33d404fd3cca

下载总量 21,483

这个版本 3,000

许可:

GPL-2.0

需要的 Ruby 版本: >= 0

链接: