Skip to content

Instantly share code, notes, and snippets.

@base10
Created November 12, 2014 03: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 base10/7cbe1311470d814781cb to your computer and use it in GitHub Desktop.
Save base10/7cbe1311470d814781cb to your computer and use it in GitHub Desktop.
case day_of_week
when 'Monday', 'Wednesday' then hours = hours_m_w
when 'Tuesday', 'Thursday' then hours = hours_t_th
when 'Friday' then hours = hours_f
else hours = "Weekend!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment