166 167 168 169 170 171 172
# File 'lib/chef/resource/cron.rb', line 166 def command(arg=nil) set_or_return( :command, arg, :kind_of => String ) end