# File lib/chef/resource/cron.rb, line 160
      def command(arg=nil)
        set_or_return(
          :command,
          arg,
          :kind_of => String
        )
      end