# File lib/dbd/sqlite3/database.rb, line 58
    def ping()
        not @db.closed?
    end