Skip to content

Commit

Permalink
Improve method documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Sep 30, 2021
1 parent 68530a2 commit 219e9fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/y2users/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ def initialize(name)

# Default home for the user
#
# Generates a new {Home} object with the default user home path. The attributes of the current
# home object associated to the user are not copied.
#
# @return [Home]
def default_home
Home.new("/home/#{name}")
Expand Down

0 comments on commit 219e9fd

Please sign in to comment.