Class: Lookbook::FileResolver
- Inherits:
-
DataResolver
- Object
- Service
- DataResolver
- Lookbook::FileResolver
- 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
Constructor Details
This class inherits a constructor from Lookbook::DataResolver