class YARD::RegistryResolver
def initialize(registry = Registry)
-
registry
(Registry
) -- only set this if customizing the registry
def initialize(registry = Registry) @registry = registry @default_sep = nil # Preload all code objects for separator declarations YARD::CodeObjects.constants.map {|t| YARD::CodeObjects.const_get(t) } end