Skip to content

Commit

Permalink
Revert "Simplify iterator of Cool values"
Browse files Browse the repository at this point in the history
This reverts commit 48688df.
  • Loading branch information
lizmat committed Apr 26, 2020
1 parent 6721794 commit 5610764
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core.c/Cool.pm6
Expand Up @@ -70,8 +70,6 @@ my class Cool { # declared in BOOTSTRAP
method ceiling() { self.Numeric.ceiling }
method truncate() { self.Numeric.truncate }

multi method iterator(Cool:) { Rakudo::Iterator.OneValue(self) }

## string methods

method chars(--> Int:D) {
Expand Down

0 comments on commit 5610764

Please sign in to comment.