# File lib/dm-core/model.rb, line 305
    def fetch(*args, &block)
      all.fetch(*args, &block)
    end