Method: Chef::Resource::Cron#command

Defined in:
lib/chef/resource/cron.rb

#command(arg = nil) ⇒ Object



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