Skip to content

Instantly share code, notes, and snippets.

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