# File lib/dbi/dbi.rb, line 723 def []= (attr, val) raise InterfaceError, "Database connection was already closed!" if @handle.nil? @handle[attr] = val end