# File lib/yaml_db/serialization_helper.rb, line 106 def self.unhash(hash, keys) keys.map { |key| hash[key] } end