module Vm # the vm machine is what does things. The only one that does things # all things must go through the machine to actually happen class Machine end end