# File lib/rake/task_arguments.rb, line 93
    def fetch(*args, &block)
      @hash.fetch(*args, &block)
    end