# File lib/dbi/handles/database.rb, line 169
        def ping
            sanity_check
            @handle.ping
        end