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