Sha256: b315345f438ee4088aec214f12003854b833c06be30843e2e7bf0a33007d385c
Contents?: true
Size: 554 Bytes
Versions: 15
Compression:
Stored size: 554 Bytes
Contents
class Lono::Finder::Blueprint class Configset < Lono::Finder::Configset def initialize(options={}) super(**options) # **options to remove: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call @blueprint_root = options[:blueprint_root] || Lono.blueprint_root end def local project + vendor + blueprint_app + gems end def blueprint_app roots = path_roots("#{@blueprint_root}/app/#{type.pluralize}") components(roots, "blueprint") end end end
Version data entries
15 entries across 15 versions & 1 rubygems