# File lib/stringex/unidecoder.rb, line 78 78: def default_locale=(new_locale) 79: @default_locale = new_locale 80: # Seems logical that @locale should be the new default 81: @locale = new_locale 82: end