Skip to content

Commit

Permalink
Implement version of Range.Str which produces the expected (but not s…
Browse files Browse the repository at this point in the history
…pec'd?) "3 4 5 6".
  • Loading branch information
colomon committed Feb 9, 2010
1 parent 81273d8 commit 153adb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Range.pm
Expand Up @@ -61,7 +61,7 @@ class Range is Iterable {
}

our Str multi method Str() {
self.perl;
$.iterator.join(" ");
}
}

Expand Down

0 comments on commit 153adb7

Please sign in to comment.