/gist:69bad550355ec5455ebd Secret
Last active
August 29, 2015 14:06
Star
You must be signed in to star a gist
Prime candidates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dir('public/uploads/entity_logo/image', :test(none(/'.'/))).map(&dir).grep({.Str !~~ /^'.'/}).map(*.Str) | |
| dir('public/uploads/entity_logo/image', :test(none(/^'.'/))) | |
| ==> map(&dir) | |
| ==> grep({.Str !~~ /^'.'/}) | |
| ==> map(*.Str) | |
| lines>>.words.grep(/g/).say | |
| lines.grep({$_ !~~ /^[\s|"=>"]/})>>.substr(0,8).sort.uniq>>.say |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment