# File lib/drivers.rb, line 44
    def driver_symbol
      (Thread.current[:driver] || DRIVER).to_sym
    end