12 13 14 15 16 17
# File 'lib/zamboni.rb', line 12 def deep_freeze return self if frozen? freeze each(&:deep_freeze) self end