# File lib/dbi/dbi.rb, line 778 def finish raise InterfaceError, "Statement was already closed!" if @handle.nil? @handle.finish @handle = nil end