Skip to content

Instantly share code, notes, and snippets.

Created September 12, 2015 15:44
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/f894fcc97ef0b13bfbdd to your computer and use it in GitHub Desktop.
Save anonymous/f894fcc97ef0b13bfbdd to your computer and use it in GitHub Desktop.
(1..20).each do |i|
case i
when i % 2 == 0
puts "messing about"
else
puts i
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment