# File lib/chef/encrypted_data_bag_item.rb, line 205 def to_hash @enc_hash.keys.inject({}) { |hash, key| hash[key] = self[key]; hash } end