# File lib/orm_adapter/adapters/data_mapper.rb, line 21
      def get(id)
        klass.get(id)
      end