How To Assemble A ChatBot

The other day I finished designing a Ruby gem for assembling chatbots;

require "ChatBot"

ChatBot::Bot.pets
ChatBot::Bot.hobbies
ChatBot::Bot.jobs
ChatBot::Bot.skills
ChatBot::Bot.weather
ChatBot::Bot.likes
ChatBot::Bot.dislikes

It's nice knowing that you don't have to worry about reprogramming it, just installing the gem for it.