Top Level Namespace
Defined Under Namespace
Modules: Rwm
Instance Method Summary collapse
-
#cacheable_task(name, output: nil, &block) ⇒ Object
Top-level DSL method available in Rakefiles.
Instance Method Details
#cacheable_task(name, output: nil, &block) ⇒ Object
Top-level DSL method available in Rakefiles
48 49 50 51 |
# File 'lib/rwm/rake.rb', line 48 def cacheable_task(name, output: nil, &block) Rwm::RakeCache.register(name, output: output) Rake::Task.define_task(name, &block) end |