Skip to content

Instantly share code, notes, and snippets.

@aarongodin
Last active November 4, 2020 04:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarongodin/85902b2a78272fcb812964e563479df3 to your computer and use it in GitHub Desktop.
Save aarongodin/85902b2a78272fcb812964e563479df3 to your computer and use it in GitHub Desktop.
num = 50
str1 = %(my num is #{num})
str1 = %[my num is #{num}]
str1 = %{my num is #{num}}
str1 = %<my num is #{num}>
str1 = %|my num is #{num}|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment