Class: Pluginator::Autodetect::FormattedFinder

Inherits:
Finder
  • Object
show all
Defined in:
lib/pluginator/autodetect/formatted_finder.rb

Overview

Categorize plugins @see: Finder

Instance Attribute Summary

Attributes inherited from Finder

#gem_plugins_paths, #load_path_plugins_paths, #loaded_plugins_path

Instance Method Summary collapse

Constructor Details

#initialize(force_prefix, group, force_type) ⇒ FormattedFinder

Reformat plugin lists



30
31
32
33
34
# File 'lib/pluginator/autodetect/formatted_finder.rb', line 30

def initialize(force_prefix, group, force_type)
  super
  map_loaded_plugins
  map_gem_plugins
end