Skip to content

Instantly share code, notes, and snippets.

@bjacquet
Created March 12, 2018 11:23
[1, 2, 3].map { |x| 3 * x } #=> [3, 6, 9]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment