12 13 14 15
# File 'lib/minidoc/grid.rb', line 12 def delete(id) id = BSON::ObjectId(id.to_s) super(id) end