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