class I18n::Config

def backend=(backend)

Sets the current backend. Used to set a custom backend.
def backend=(backend)
  @@backend = backend
end