Skip to content

Instantly share code, notes, and snippets.

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