diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-06-30 00:41:58 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-06-30 00:41:58 +0200 |
commit | 74d7d02ed07740e50c3f87da9ecedf13397729ea (patch) | |
tree | 997bcef26d27af87cf4181f843fec84511fc389a /data/rbot | |
parent | 561f183fb8c91867bade293c340a90a87a3b8c84 (diff) |
extends: bring conjoin to Enumerable
Put #conjoin() in the Enumerable module, so that it can be shared by all
enumerables (e.g. ranges). Since #size() is not necessarily present, its
use is replaced by #count(), the result of which is cached because
it can be slow on objects missing #size().
Diffstat (limited to 'data/rbot')
0 files changed, 0 insertions, 0 deletions