Created
November 22, 2014 11:48
-
-
Save jamesonjlee/be5091351cc6c31f34a6 to your computer and use it in GitHub Desktop.
always test in prod guys
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
irb(main):001:0> "CloudAMQP-#@name0*" | |
=> "CloudAMQP-*" | |
irb(main):002:0> @name = 'blue-chicken' | |
=> "blue-chicken" | |
irb(main):003:0> "CloudAMQP-#@name*" | |
=> "CloudAMQP-blue-chicken*" | |
irb(main):004:0> "CloudAMQP-#@name0*" | |
=> "CloudAMQP-*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment