Method: Chef::Resource::Cron#path

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

#path(arg = nil) ⇒ Object



142
143
144
145
146
147
148
# File 'lib/chef/resource/cron.rb', line 142

def path(arg=nil)
  set_or_return(
    :path,
    arg,
    :kind_of => String
  )
end