# File lib/dbd/sqlite/database.rb, line 66 66: def commit 67: @db.commit if @db.transaction_active? 68: end