# File lib/thor/actions.rb, line 27
      def source_root(path=nil)
        @_source_root = path if path
        @_source_root
      end