Skip to content

Instantly share code, notes, and snippets.

Created September 10, 2015 14:56
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 anonymous/8b08a227005a52d1725e to your computer and use it in GitHub Desktop.
Save anonymous/8b08a227005a52d1725e to your computer and use it in GitHub Desktop.
case week
when "preseason" then 1
when .to_i > 0 then 2
when .to_i < 0 then 3
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment