class YARD::Handlers::Processor

def handler_base_namespace

Returns:
  • (Module) - the module containing the handlers depending on
def handler_base_namespace
  self.class.namespace_for_handler[parser_type]
end