class Thor

def self.tasks

def self.tasks
  @tasks ||= TaskHash.new(self)
end