How to check if a specific key is present in a hash or not?
Asked 07 September, 2021
Viewed 620 times
  • 53
Votes

I want to check whether the "user" key is present or not in the session hash. How can I do this?

Note that I don't want to check whether the key's value is nil or not. I just want to check whether the "user" key is present.

8 Answer