Dir.home() â "/home/me"
Dir.home("root") â "/root"
Dir.home("root") â "/root"
Class Public methods
Returns the home directory of the current user or the named user if given.
Returns the home directory of the current user or the named user if given.
Please login to continue.