Method: Chef::Resource::Cron#home

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

#home(arg = nil) ⇒ Object



150
151
152
153
154
155
156
# File 'lib/chef/resource/cron.rb', line 150

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