Skip to content

Instantly share code, notes, and snippets.

@jcf
Created October 8, 2010 15:31
Show Gist options
  • Save jcf/616972 to your computer and use it in GitHub Desktop.
Save jcf/616972 to your computer and use it in GitHub Desktop.
klass = %w(red amber green).each_with_object({}).with_index do |(color, hash), index|
hash[index * (total / 3).floor] = color
end.select { |limit, color| limit <= count }.values.last
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment