Class | Needle::Lifecycle::Multiton |
In: |
lib/needle/lifecycle/multiton.rb
|
Parent: | Needle::Pipeline::Element |
The instantiation pipeline element that enforces the multiton multiplicity. "Multiton" multiplicity is like singleton multiplicity, except that the guarded instance is unique for each unique set of arguments passed to the multiton.