Created
August 26, 2022 01:33
-
-
Save dogweather/4d8442554eb21f4362d87db758f9a4c8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
return (1..5) | |
.map{|n| "car-#{n}"} | |
.select{|m| car_is_empty(m)} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment