T
Trans
Facets / Multiton 2.0.0
Implementation of the Multiton Design Pattern
by Ara T Howard and Trans
http://facets.rubyforge.org
[ S Y N O P S I S ]
Multiton is similar to the Singleton, but rather than a single object
it pools a cached set corresponding to the initialization parameters,
ie. initialize the class again with the same parameters and get the
same object.
[ I N S T A L L ]
Please note Facets/Multiton is already included in the complete Facets
package. You do not need this if you already have Facets installed.
You can install this library via gem or tarball. Eg.
gem install facets_multition
or
wget http://rubyforge.org/frs/download.php/18259/facets_multiton-2.0.0.tgz
tar -xvzf facets_multiton-2.0.0.tgz
cd facets_multiton-2.0.0
sudo ruby setup.rb
[ C R E D I T ]
Ara T. Howard (Original Code)
Trans (Improvements)
[ L I C E N S E ]
Facets/Multiton
Copyright (c) 2005-2007 Ara T. Howard, Trans
All Right Reserved
Distributed under the terms of the Ruby/GPL license.
Implementation of the Multiton Design Pattern
by Ara T Howard and Trans
http://facets.rubyforge.org
[ S Y N O P S I S ]
Multiton is similar to the Singleton, but rather than a single object
it pools a cached set corresponding to the initialization parameters,
ie. initialize the class again with the same parameters and get the
same object.
[ I N S T A L L ]
Please note Facets/Multiton is already included in the complete Facets
package. You do not need this if you already have Facets installed.
You can install this library via gem or tarball. Eg.
gem install facets_multition
or
wget http://rubyforge.org/frs/download.php/18259/facets_multiton-2.0.0.tgz
tar -xvzf facets_multiton-2.0.0.tgz
cd facets_multiton-2.0.0
sudo ruby setup.rb
[ C R E D I T ]
Ara T. Howard (Original Code)
Trans (Improvements)
[ L I C E N S E ]
Facets/Multiton
Copyright (c) 2005-2007 Ara T. Howard, Trans
All Right Reserved
Distributed under the terms of the Ruby/GPL license.