Skip to content

Instantly share code, notes, and snippets.

@snebel29
Created August 1, 2016 10:10
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 snebel29/7ca5fb8593bb3c67a3e9fd2633583f6f to your computer and use it in GitHub Desktop.
Save snebel29/7ca5fb8593bb3c67a3e9fd2633583f6f to your computer and use it in GitHub Desktop.
(1...number).select {|i| i%3==0 || i%5==0}.inject(:+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment