class Rails::API::Task

def desc(description)

Hack, ignore the desc calls performed by the original initializer.
def desc(description)
  # no-op
end