# File lib/orm_adapter/adapters/mongo_mapper.rb, line 31
      def get(id)
        klass.first({ :id => wrap_key(id) })
      end