Skip to content

Commit

Permalink
Add Iterable.pm and Iterable.Seq.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Feb 7, 2010
1 parent d53e02e commit 80d23e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/Iterable.pm
@@ -0,0 +1,5 @@
augment class Iterable {
multi method Seq() {
self.iterator.Seq;
}
}

0 comments on commit 80d23e1

Please sign in to comment.