rubyx/lib/vm/machine.rb
2014-04-28 22:08:09 +03:00

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