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:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  1. 0.2.4 - August 12, 2016 (70 KB)
  2. 0.2.3 - January 03, 2010 (59 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)
Zeige alle Versionen (6 total)

Besitzer:

Autoren:

  • Caleb Clausen

SHA 256-Prüfsumme:

= In die Zwischenablage kopieren Kopiert!

Downloads insgesamt 21.721

Für diese Version 3.043

Lizenz:

GPL-2.0

Erforderliche Ruby-Version: >= 0

Links: