{"name":"rb-multiton","portdir":"ruby/rb-multiton","version":"1.0.2","license":"unknown","platforms":"any","epoch":0,"replaced_by":null,"homepage":"http://www.codeforpeople.com/lib/ruby/multiton/","description":"The Multiton Design Pattern","long_description":"The multiton pattern is similar to a singleton, but instead of only one instance, there are several similar instances. it's usefull when you want to avoid constructing objects many times because of some huge expence (connecting to a database for example), require a set of similar but not identical objects, and cannot easily control how many time a contructor may be called.","active":true,"categories":["ruby"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-16"]},{"type":"lib","ports":["ruby"]}],"depends_on":[]}