Class: Lookbook::FileResolver

Inherits:
DataResolver show all
Defined in:
lib/lookbook/services/data/resolvers/file_resolver.rb

Constant Summary collapse

MATCHER =
/(\S+\.(json|yml))$/
MATCH_INDEX =
1

Instance Attribute Summary

Attributes inherited from DataResolver

#base_dir, #eval_context, #fallback, #file

Method Summary

Methods inherited from DataResolver

#call, #initialize, resolveable?

Methods inherited from Service

call

Constructor Details

This class inherits a constructor from Lookbook::DataResolver