Method: Chef::Resource::Cron#shell
- Defined in:
- lib/chef/resource/cron.rb
#shell(arg = nil) ⇒ Object
152 153 154 155 156 157 158 |
# File 'lib/chef/resource/cron.rb', line 152 def shell(arg=nil) set_or_return( :shell, arg, :kind_of => String ) end |