# File lib/dbi/handles/database.rb, line 151 151: def ping 152: raise InterfaceError, "Database connection was already closed!" if @handle.nil? 153: @handle.ping 154: end