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