Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nelantone/6c63cdec42f4a858f60df500c6f53a95 to your computer and use it in GitHub Desktop.
Save nelantone/6c63cdec42f4a858f60df500c6f53a95 to your computer and use it in GitHub Desktop.
a = ['a','b', 'c']
a.each do |b|
b.upcase!
a = ['reassign?']
end
p a # => ['reassign?'] yes! Reassignment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment