Skip to content

Instantly share code, notes, and snippets.

@grauwoelfchen
Last active December 22, 2015 14:39
Show Gist options
  • Save grauwoelfchen/6486853 to your computer and use it in GitHub Desktop.
Save grauwoelfchen/6486853 to your computer and use it in GitHub Desktop.
cat = "Tama"
%w[Pochi Taro Hachi].map do |dog|
p cat #=> "Tama"
cat = dog
end
p cat #=> "Hachi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment