# File lib/dbi/handles/database.rb, line 167 167: def commit 168: raise InterfaceError, "Database connection was already closed!" if @handle.nil? 169: @handle.commit 170: end