Skip to content

Instantly share code, notes, and snippets.

@jessemcready
Created September 23, 2018 17:41
Show Gist options
  • Save jessemcready/997902d45429c3fd959a1c2fb681af0a to your computer and use it in GitHub Desktop.
Save jessemcready/997902d45429c3fd959a1c2fb681af0a to your computer and use it in GitHub Desktop.
nums = [1,2,3,4,5]
num.map do |num|
num * 5
end # [5,10,15,20,25]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment