# File lib/thor/task.rb, line 7
      def initialize(name)
        super(name.to_s, "A dynamically-generated task", name.to_s)
      end