Q. What does the `each_key` method do when called on a hash in Ruby?
β
Correct Answer: (B)
Iterates over each key in the hash
You must be Logged in to update hint/solution