Method: Jot::Ruby::ImplBase.inherited
- Defined in:
- lib/jot/ruby/impl_base.rb
.inherited(base) ⇒ Object
16 17 18 19 20 21 |
# File 'lib/jot/ruby/impl_base.rb', line 16 def inherited(base) super base.prepend Prepender base.registry_key = SecureRandom.hex ::Jot::Ruby.impl_registry[base.registry_key] = base end |