48 49 50 51 52 53 54 55
# File 'lib/lono/configset/generator.rb', line 48 def finder_class case @type when "project" Lono::Finder::Configset when "blueprint" Lono::Finder::Blueprint::Configset end end