module Yao::Plugins

Regstiry Pattern - www.martinfowler.com/eaaCatalog/registry.html A well-known object that other objects can use to find common objects and services.

Public Class Methods

register(klass, **kw) click to toggle source

@param [*] @param [Symbol] @param [Symbol]

# File lib/yao/plugins/registry.rb, line 33
def self.register(klass, **kw)
  Registry.instance.register(klass, **kw)
end