Module: Builderator::Control::Cookbook
- Defined in:
- lib/builderator/control/cookbook.rb
Overview
Cookbook logic and helpers
Class Method Summary collapse
Class Method Details
.exist? ⇒ Boolean
10 11 12 |
# File 'lib/builderator/control/cookbook.rb', line 10 def exist? Pathname.new(Config.cookbook.path).join('metadata.rb').exist? end |