# File lib/chef/resource/scm.rb, line 117
      def depth(arg=nil)
        set_or_return(
          :depth,
          arg,
          :kind_of => Integer
        )
      end