# File lib/orm_adapter/adapters/data_mapper.rb, line 41
      def create!(attributes = {})
        klass.create(attributes)
      end