# File lib/chef/resource/execute.rb, line 70 def cwd(arg=nil) set_or_return( :cwd, arg, :kind_of => [ String ] ) end