Q. What does the keys method return when called on a hash in Ruby? (A) Array of all keys (B) Array of all values (C) Array of key-value pairs (D) Number of keys in the hash ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Array of all keys