You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
store=YAML::Store.new(store_file,false,# for thread_safe, true or falseyaml_options: {permitted_classes: permitted_classes_list,aliases: true# Allow YAML aliases if you use them})
I expected this to work with a permitted classes list, but it is not and results in a Psych::DisallowedClass: Tried to load unspecified class: error