# File lib/dbi/dbi.rb, line 693 def commit raise InterfaceError, "Database connection was already closed!" if @handle.nil? @handle.commit end