33 34 35 36 37 38
# File 'lib/zamboni.rb', line 33 def deep_freeze return self if frozen? freeze each(&:deep_freeze) self end