# File lib/chef/resource/user.rb, line 80 def home(arg=nil) set_or_return( :home, arg, :kind_of => [ String ] ) end