public
Description: A Ruby state machine library, like assm / acts_as_state_machine, but with a nicer, more sensible API (in my opinion).
Homepage: http://groups.google.com/group/ruby-workflow
Clone URL: git://github.com/ryan-allen/workflow.git
workflow / workflow.rb
100644 1 lines (1 sloc) 0.066 kb
1
Dir["#{File.dirname(__FILE__)}/lib/*.rb"].each { |rb| require rb }