examples/db.rb in swift-0.7.2 vs examples/db.rb in swift-0.8.0

- old
+ new

@@ -37,8 +37,8 @@ puts '', '-- get --' pp db.get(User, id: 1) puts '', '-- destroy --' - pp db.destroy(User, id: 1) + pp db.destroy(User, id: 1).map(&:rows).first end