class RuboCop::Cop::Rake::DuplicateTask

def initialize(*)

def initialize(*)
  super
  @tasks = {}
end