Module: Rake::DSL
- Defined in:
- lib/docker/rake_task.rb
Overview
Monkey patch Rake::DSL to add the ‘image` method.
Instance Method Summary collapse
Instance Method Details
#image(*args, &block) ⇒ Object
27 28 29 |
# File 'lib/docker/rake_task.rb', line 27 def image(*args, &block) Docker::ImageTask.define_task(*args, &block) end |