Skip to content

Instantly share code, notes, and snippets.

@abrongersma
Created September 16, 2012 06:05
Show Gist options
  • Save abrongersma/3731219 to your computer and use it in GitHub Desktop.
Save abrongersma/3731219 to your computer and use it in GitHub Desktop.
def smiley(hash)
myhash = {"happy" => ":)"}
hash.each do |key, value|
myhash[value]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment