Method: Aux::Registry#initialize
- Defined in:
- lib/aux/registry.rb
#initialize ⇒ Registry
Returns a new instance of Registry.
9 10 11 |
# File 'lib/aux/registry.rb', line 9 def initialize @prototypes = ::Concurrent::Map.new end |
Returns a new instance of Registry.
9 10 11 |
# File 'lib/aux/registry.rb', line 9 def initialize @prototypes = ::Concurrent::Map.new end |