diff --git a/ChangeLog b/ChangeLog index aed1560f5c..86bd9eac26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 10 22:06:00 2008 Nobuyoshi Nakada + + * lib/pstore.rb (PStore#transaction): return the result from the + block. [ruby-core:17718] + Thu Jul 10 21:15:49 2008 Masaki Suketa * test/win32ole/test_win32ole_typelib.rb: add some illegal argument diff --git a/lib/pstore.rb b/lib/pstore.rb index 8032c8d525..fdc518eaec 100644 --- a/lib/pstore.rb +++ b/lib/pstore.rb @@ -345,9 +345,9 @@ class PStore end end end + value ensure @transaction = false - value end private