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