# File lib/stringex/localization/backend/base.rb, line 6 6: def reset! 7: instance_variables.each { |var| remove_instance_variable var } 8: end