Ruby 1.9.3 Reference Manual > All Libraries > Builtin Library > class Dir > home

singleton method Dir.home

home -> String | nil
home(user) -> String | nil

現在のユーザまたは指定されたユーザのホームディレクトリを返します。

Dir.home や Dir.home("root") は File.expand_path("~") や File.expand_path("~root") と ほぼ同じです。

[SEE_ALSO] File.expand_path