ruote-registry

Keep a registry of process definitions

orig = Ruote.define(:name => "wonderland") do
  alice
end

pdef = Ruote.definition("wonderland")

pdef == orig  # true

Contributing to ruote-registry

Copyright © 2012 Hartog C. de Mik. See LICENSE.txt for further details.