Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
work around a sink bug
  • Loading branch information
moritz committed Dec 10, 2012
1 parent c02d13a commit cd1ab4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Str.pm
Expand Up @@ -845,6 +845,7 @@ my class Str does Stringy {
gather for $s.comb(/ (\w) '..' (\w) | . /, :match) {
if .[0] {
take $_ for ~.[0] .. ~.[1];
0;
} else {
take ~$_;
}
Expand Down

0 comments on commit cd1ab4c

Please sign in to comment.