# File lib/thor/task.rb, line 11
    def initialize(*args)
      # keep the original opts - we need them later on
      @options = args[3] || {}
      super
    end