Skip to content

Instantly share code, notes, and snippets.

@ritikesh
Created April 28, 2020 11:01
Show Gist options
  • Save ritikesh/c0d64410d9a903118b3c567fba30be18 to your computer and use it in GitHub Desktop.
Save ritikesh/c0d64410d9a903118b3c567fba30be18 to your computer and use it in GitHub Desktop.
blog gists
# irb
SOME_CONSTANT = "SOME_CONSTANT%{value}"
puts SOME_CONSTANT % {value: "abcd.freshservice.com"}
> "SOME_CONSTANT:abcd.freshservice.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment