Ruby - Functional Patterns in Ruby
Given a hash
settings, how can you freeze all nested arrays inside it to prevent their modification, while keeping the hash itself mutable?