class Stringex::Localization::Backend::Base

def reset!

def reset!
  instance_variables.each { |var| remove_instance_variable var }
end