Issue #2324 has been updated by nahi. Description updated Assignee set to nobu ---------------------------------------- Feature #2324: Dir instance methods for relative path https://bugs.ruby-lang.org/issues/2324#change-24697 Author: nobu Status: Open Priority: Normal Assignee: nobu Category: core Target version: 2.0.0 =begin ??ªã???????§ã????? http://www.ipa.go.jp/security/fy20/reports/tech1-tg/2_05.html ??? ??¿ã?¦æ???????ºã??????????§ã??????????¸å¯¾?????¹ã??使ã??Dir??®ã?¤ã?³ã?¹ã?¿ã?³ã?¹ã?¡ã?½ã????? ??¯ã?©ã????§ã??????????????å®?è£????mvm?????©ã?³ã????«ã???????¾ã????? $ ./ruby -v -e 'p Dir.open("ext"){|d|d.open("extmk.rb"){|f|f.gets}}' ruby 1.9.1 (2008-12-25 mvm 20976) [i686-linux] "#! /usr/local/bin/ruby\n" $ mkdir tmp $ touch tmp/x tmp/y $ ./ruby -e 'p Dir.open("tmp"){|d|d.unlink("x")}' 0 $ ls tmp/ y -- --- ?????®å?????Bug??¯ã?ªã????? --- ?????®å????????Bug??¯ã?§ã???????? ä¸ç?? 伸æ?? =end -- http://bugs.ruby-lang.org/