Class: Lono::Finder::Configset

Inherits:
Base
  • Object
show all
Defined in:
lib/lono/finder/configset.rb

Direct Known Subclasses

Blueprint::Configset

Instance Method Summary collapse

Methods inherited from Base

#components, #detect?, #find, find, #find_all, #gems, #initialize, list, #list, #local, #materialized, #project, #vendor

Constructor Details

This class inherits a constructor from Lono::Finder::Base

Instance Method Details

#detection_pathObject



7
8
9
# File 'lib/lono/finder/configset.rb', line 7

def detection_path
  "lib/configset.*"
end

#typeObject



3
4
5
# File 'lib/lono/finder/configset.rb', line 3

def type
  "configset"
end