RubyGems Navigation menu

iterable 0.0.11.pre

Provides the class IterableArray, which implements all of the methods of Array (as of Ruby 1.9.3) in an iterable-aware fashion. I.e., behavior is defined to the greatest extent possible for operations that modify an IterableArray from within an iteration block (e.g. each, map, delete_if, reverse_each). To use, call #to_iter on a pre-existing Array or use IterableArray.new; the IterableArray should act identically to a regular Array except that it responds logically to modifications during iteration.

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

インストール:
=

バージョン履歴:

  1. 0.0.11.pre - July 21, 2013 (11.5KB)
  2. 0.0.10.pre - June 25, 2013 (11KB)
  3. 0.0.6.pre - February 13, 2013 (11KB)
全てのバージョンを表示(全5件)

Development依存関係 (1):

rspec >= 0

所有者:

作者:

  • Scott L Steele

SHA 256チェックサム:

f7fe3a97ea6c53c03fd43249440cc98f967098add1edab73ec874c7b4993700c

累計ダウンロード数 6,585

このバージョンのみ 2,238

ライセンス:

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

必要なRubyGemsのバージョン: > 1.3.1

リンク: