class Rake::TaskArguments

def fetch(*args, &block)

def fetch(*args, &block)
  @hash.fetch(*args, &block)
end