# File lib/omniauth/auth_hash.rb, line 22 def regular_writer(key, value) if key.to_s == 'info' && !value.is_a?(InfoHash) value = InfoHash.new(value) end super end