-
-
Save jcf/617050 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
| %w(red amber green).map.with_index do |color, index| | |
| color if ((index + 1) / 3.0) < (count.to_f / total.to_f) | |
| end.compact.first |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good times @toreriklinnerud. 😄
Wanna refactor this?