зеркало из https://github.com/github/ruby.git
[DOC] Describe Dir.home
This commit is contained in:
Родитель
9935512275
Коммит
b01118f29c
3
dir.c
3
dir.c
|
@ -3478,6 +3478,9 @@ file_s_fnmatch(int argc, VALUE *argv, VALUE obj)
|
|||
* call-seq:
|
||||
* Dir.home(user_name = nil) -> dirpath
|
||||
*
|
||||
* Retruns the home directory path of the user specified with +user_name+
|
||||
* if it is not +nil+, or the current login user:
|
||||
*
|
||||
* Dir.home # => "/home/me"
|
||||
* Dir.home('root') # => "/root"
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче