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