class Registry
Definitions
def initialize(**options)
Create a top level scope with self as the instance:
Implementation
def initialize(**options)
@base = Sus.base(self, **options)
@loaded = {}
end