Skip to content

Instantly share code, notes, and snippets.

@vinibaggio
Created April 26, 2012 00:39
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 vinibaggio/2494810 to your computer and use it in GitHub Desktop.
Save vinibaggio/2494810 to your computer and use it in GitHub Desktop.
(1..10).each do |i|
puts i if i==3..i==5
end
# 3
# 4
# 5
@brunoarueira
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment