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