Skip to content

Instantly share code, notes, and snippets.

@blarosen95
Created May 31, 2018 16:47
Concept
seconds = 2
minutes = 2
units = ["seconds", "minutes"]
str_out = "#{#{units[0]}}" # Returns "2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment