* lib/find.rb: should raise ENOENT if root entry does not exist. [ruby-dev:41054]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
aamine 2005-09-19 06:22:04 +00:00
parent 70373e2e54
commit 7ce50d8dd5

View File

@ -645,6 +645,9 @@ Mon Sep 5 22:28:46 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
Mon Sep 5 17:03:07 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/find.rb: should raise ENOENT if root entry does not exist.
[ruby-dev:41054]
* lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com>
merged to allow recursive inspect (and to_s) for OpenStruct.
[ruby-core:05532]