Sha256: 76edbfd098874e4932f987c1bc7f2691d9819bbe017a903a07946a71970bd11a
Contents?: true
Size: 395 Bytes
Versions: 14
Compression:
Stored size: 395 Bytes
Contents
class Lono::Finder::Blueprint class Configset < Lono::Finder::Configset def initialize(options={}) super @blueprint_root = options[:blueprint_root] || Lono.blueprint_root end def local blueprint + vendor + gems end def blueprint roots = path_roots("#{@blueprint_root}/app/#{type.pluralize}") components(roots, "blueprint") end end end
Version data entries
14 entries across 14 versions & 1 rubygems