Skip to content

Instantly share code, notes, and snippets.

@denisdefreyne
Created August 14, 2011 19:45
Show Gist options
  • Save denisdefreyne/1145227 to your computer and use it in GitHub Desktop.
Save denisdefreyne/1145227 to your computer and use it in GitHub Desktop.
# encoding: utf-8
Encoding.default_internal = Encoding::UTF_8
require 'pstore'
store = PStore.new('blah')
store.transaction do
store[:foo] = '…'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment