# File lib/active_record/session_store.rb, line 212
        def drop_table!
          @@connection.execute "DROP TABLE #{table_name}"
        end