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