Skip to content

Instantly share code, notes, and snippets.

@anchietajunior
Created November 18, 2019 19:37
Show Gist options
  • Save anchietajunior/f096b9497031210bdfa69dac624bc420 to your computer and use it in GitHub Desktop.
Save anchietajunior/f096b9497031210bdfa69dac624bc420 to your computer and use it in GitHub Desktop.
name = "Mary"
3.times do
prefix = "My name is"
name = "John"
p "#{prefix} #{name}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment