Docs

Tools for generating a versioned documentation site from YARD docs.

Class: SleepingKingStudios::Docs::RegistryQuery

Parent Namespace
SleepingKingStudios::Docs
Defined In
lib/sleeping_king_studios/docs/registry_query.rb

Table Of Contents

Overview

Checks for the presence of requested data in the YARD registry.

Back To Top

Constructor

#initialize(registry:) => RegistryQuery

Parameters

Returns

Back To Top

Instance Methods

#class_method_exists?(method_name) => Boolean

Checks if the given class method is defined in the registry.

Parameters

Returns

#constant_exists?(constant_name) => Boolean

Checks if the given constant is defined in the registry.

Parameters

Returns

#definition_exists?(module_name) => Boolean

Checks if the given class or module is defined in the registry.

Parameters

Returns

#instance_method_exists?(method_name) => Boolean

Checks if the given instance method is defined in the registry.

Parameters

Returns

Back To Top


Back to Documentation | Reference | SleepingKingStudios | SleepingKingStudios::Docs