From: Kazuhiro NISHIYAMA Date: 2009-01-20T18:00:00+09:00 Subject: [ruby-core:21454] [Feature #1027] Dir.home Feature #1027: Dir.home http://redmine.ruby-lang.org/issues/show/1027 Author: Kazuhiro NISHIYAMA Status: Open, Priority: Normal I request Dir.home again. # previous request was [ruby-dev:31957] Portable way of getting home directory is complex see [ruby-core:12347]. I think a simplest getting home directory is Dir.chdir { Dir.pwd } now. But this is not thread-safe and changes directory needlessness. ---------------------------------------- http://redmine.ruby-lang.org