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