Archive August 24, 2022
-
Access Nested Hash Value with Dig Method in Ruby
It's better using dig method, you don't have to check nil for accessing nested value from a Hash
It's better using dig method, you don't have to check nil for accessing nested value from a Hash