class documentation
class Sensitive: (source)
A utility mixin that's sensitive to rebuilds.
This is a mixin for classes (usually those which represent collections of callbacks) to make sure that their code is up-to-date before running.
| Method | latest |
Get the latest version of an object. |
| Method | need |
Undocumented |
| Method | rebuild |
Undocumented |
| Instance Variable | last |
Undocumented |