Skip to content

Instantly share code, notes, and snippets.

@dogweather
Created August 26, 2022 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dogweather/4d8442554eb21f4362d87db758f9a4c8 to your computer and use it in GitHub Desktop.
Save dogweather/4d8442554eb21f4362d87db758f9a4c8 to your computer and use it in GitHub Desktop.
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