8 lines
173 B
Ruby
8 lines
173 B
Ruby
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
|