Created
December 14, 2015 08:37
-
-
Save monkstone/208e47c99a4f47f4c00b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
web = %w{#841B2D #c0c0c0 #ffd700} | |
names = %i{RUBY SILVER GOLD} | |
colours = names.zip(web).to_h | |
background color(colours[:GOLD]) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment