# File lib/dbi/handles/database.rb, line 200 200: def [] (attr) 201: raise InterfaceError, "Database connection was already closed!" if @handle.nil? 202: @handle[attr] 203: end