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