Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"take" instead of "take $_" #4

Closed
wants to merge 2 commits into from
Closed

"take" instead of "take $_" #4

wants to merge 2 commits into from

Conversation

maettu
Copy link
Contributor

@maettu maettu commented Mar 9, 2014

add feature for Perl 5 style "$_ less take", like so:

my @results = gather {
for (1..20){
take if /2/; # instead of 'take $_'
}
};

If this can be merged I will add some documentation, should that be desired.

@frioux
Copy link
Owner

frioux commented Mar 9, 2014

I'll merge it if you add docs and tests.

@maettu
Copy link
Contributor Author

maettu commented Mar 11, 2014

done

Am 09.03.2014 15:30, schrieb fREW Schmidt:

I'll merge it if you add docs and tests.


Reply to this email directly or view it on GitHub
#4 (comment).

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 67ba562 on maettu:master into 2bdc1bd on frioux:master.

@frioux
Copy link
Owner

frioux commented Mar 14, 2014

merged, will release shortly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants