12
bioDan
7y

require "universe"
require "bioDan"

class ProductManager
def initialize(person_type)
@ideas = Universe.import_random_ideas({ mostly_shitty: true, association: person_type })
life_purpose
end

def life_purpose
@ideas.find_each do |idea|
bioDan.interrupt! unless bioDan.bad_mood?
bioDan.queue << idea
end
end
end

ProductManager.create "enthusiastic prick"

%x[crontab -e "0 09 * * * ruby this_script.rb > /dev/null"]

# 😥

Comments
Add Comment