Method: YARD.load_plugins

Defined in:
lib/yard.rb

.load_pluginsBoolean

Deprecated.

Loads gems that match the name ‘yard-*’ (recommended) or ‘yard_*’ except those listed in ~/.yard/ignored_plugins. This is called immediately after YARD is loaded to allow plugin support.

Returns:

  • (Boolean)

    true if all plugins loaded successfully, false otherwise.



31
# File 'lib/yard.rb', line 31

def self.load_plugins; YARD::Config.load_plugins end