Last Modified
2013-07-14 11:54:57 +0000
Requires
  • state_machine/core
  • state_machine/core_ext

Description

By default, requiring "state_machine" means that both the core implementation and extensions to the Ruby core (Class in particular) will be pulled in.

If you want to skip the Ruby core extensions, simply require "state_machine/core" and extend StateMachine::MacroMethods in your class. See the README for more information.