# File lib/locale.rb, line 86
  def driver_module 
    Locale.init if @@driver_name.nil?
    Driver::MODULES[@@driver_name]
  end