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