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