# File lib/chef/resource/scm.rb, line 136
      def ssh_wrapper(arg=nil)
        set_or_return(
          :ssh_wrapper,
          arg,
          :kind_of => String
        )
      end