%title: Kubeception %author: @dghubble
// Youtube: https://www.youtube.com/watch?v=tlUiQa2JYQU
-> Experiments with QEMU/KVM on Kubernetes <-
%title: Kubeception %author: @dghubble
// Youtube: https://www.youtube.com/watch?v=tlUiQa2JYQU
-> Experiments with QEMU/KVM on Kubernetes <-
| class Speech | |
| attr_reader :speaker, :minutes | |
| def initialize(speaker, minutes) | |
| @speaker = speaker | |
| @minutes = minutes.to_i | |
| end | |
| def say(words, options = {}) | |
| options[:bg] ? bg = '&' : '' | |
| system("say -v Kyoko '#{words}' #{bg}") |