class Rake::Task

def needed?

Is this task needed?
def needed?
  true
end