Skip to content

Instantly share code, notes, and snippets.

@nicolasblanco
Created August 12, 2014 09:57
Show Gist options
  • Select an option

  • Save nicolasblanco/467fbfb0eac4f2ff2023 to your computer and use it in GitHub Desktop.

Select an option

Save nicolasblanco/467fbfb0eac4f2ff2023 to your computer and use it in GitHub Desktop.
year = 1972
era = case year
when 1970..1979: "Seventies"
when 1980..1989: "Eighties"
when 1990..1999: "Nineties"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment