# File lib/safe_yaml/store.rb, line 20 def load(content) table = safe_yaml_load(content) table == false ? {} : table end