Module: BuildTasks::FPMCookery
- Defined in:
- lib/buildtasks/fpm_cookery.rb,
lib/buildtasks/fpm_cookery/dsl.rb,
lib/buildtasks/fpm_cookery/tasks.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.define(&block) ⇒ Object
6 7 8 9 |
# File 'lib/buildtasks/fpm_cookery.rb', line 6 def self.define(&block) attributes = BuildTasks::FPMCookery::DSL.new(&block) BuildTasks::FPMCookery::Tasks.new(attributes) end |