# File lib/dm-core/model.rb, line 268 def [](*key) warn("#{name}[] is deprecated. Use #{name}.get! instead.") get!(*key) end