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