Module: FPM::Fry::Source::Null
- Defined in:
- lib/fpm/fry/source.rb
Overview
A special source that is empty.
Defined Under Namespace
Modules: Cache
Class Method Summary collapse
Class Method Details
.build_cache(*_) ⇒ FPM::Fry::Source::Null::Cache
38 39 40 |
# File 'lib/fpm/fry/source.rb', line 38 def self.build_cache(*_) return Cache end |