From e36891438149f3daef58a072fc20f835aba683a6 Mon Sep 17 00:00:00 2001 From: Ary Borenszweig Date: Sat, 13 Dec 2014 12:25:32 -0300 Subject: [PATCH] :repeat: :key: --- lib/active_emoji/core_ext/hash.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/active_emoji/core_ext/hash.rb b/lib/active_emoji/core_ext/hash.rb index 8526022..15afc97 100644 --- a/lib/active_emoji/core_ext/hash.rb +++ b/lib/active_emoji/core_ext/hash.rb @@ -1,5 +1,6 @@ class Hash alias 🔁 each alias 🔑 key + alias 🔁🔑 each_key alias :"2️⃣#️⃣" to_hash end