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