Method: Chef::Resource::Cron#path

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

#path(arg = nil) ⇒ Object



136
137
138
139
140
141
142
# File 'lib/chef/resource/cron.rb', line 136

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