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