Class | God::Behavior |
In: |
lib/god/behavior.rb
|
Parent: | Object |
watch | [RW] |
Generate a Behavior of the given kind. The proper class is found by camel casing the kind (which is given as an underscored symbol).
+kind+ is the underscored symbol representing the class (e.g. foo_bar for God::Behaviors::FooBar)