Skip to content

Instantly share code, notes, and snippets.

@cfcosta
Created February 28, 2012 04:34
Show Gist options
  • Save cfcosta/1929511 to your computer and use it in GitHub Desktop.
Save cfcosta/1929511 to your computer and use it in GitHub Desktop.
INFINITY = (1/0.0)
count = case violations.length
when 0..5
[yellow, violations.length.to_s, clear].join
when 6..10
[red, violations.length.to_s, clear].join
when 11..INFINITY
[bold, red, violations.length.to_s, clear].join
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment