# File lib/dm-core/support/lazy_array.rb, line 302 def freeze if loaded? @array.freeze else @head.freeze @tail.freeze end @frozen = true self end