Skip to content

Instantly share code, notes, and snippets.

@shanelonergan
Created February 2, 2020 00:42
Show Gist options
  • Save shanelonergan/d08b9f9968011d64a82136c9f4d14951 to your computer and use it in GitHub Desktop.
Save shanelonergan/d08b9f9968011d64a82136c9f4d14951 to your computer and use it in GitHub Desktop.
[1, 2, 3].reduce(0) { |memo, n| memo + n }
# => 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment