mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/pstore.rb (PStore#transaction): return the result from the
block. [ruby-core:17718] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4f1b06aabd
commit
d238b7c627
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Thu Jul 10 22:06:00 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* lib/pstore.rb (PStore#transaction): return the result from the
|
||||||
|
block. [ruby-core:17718]
|
||||||
|
|
||||||
Thu Jul 10 21:15:49 2008 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
Thu Jul 10 21:15:49 2008 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
||||||
|
|
||||||
* test/win32ole/test_win32ole_typelib.rb: add some illegal argument
|
* test/win32ole/test_win32ole_typelib.rb: add some illegal argument
|
||||||
|
|
|
@ -345,9 +345,9 @@ class PStore
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
value
|
||||||
ensure
|
ensure
|
||||||
@transaction = false
|
@transaction = false
|
||||||
value
|
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue