rubyx/lib/vm/machine.rb

8 lines
173 B
Ruby
Raw Normal View History

2014-04-28 21:08:09 +02:00
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