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