Method: YARD.load_plugins
- Defined in:
- lib/yard.rb
.load_plugins ⇒ Boolean
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.
31 |
# File 'lib/yard.rb', line 31 def self.load_plugins; YARD::Config.load_plugins end |