Class: Champu
- Inherits:
-
Object
- Object
- Champu
- Defined in:
- lib/champu.rb,
lib/champu/step.rb,
lib/champu/config.rb,
lib/champu/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.0.2"
Instance Method Summary collapse
- #config ⇒ Object
-
#initialize ⇒ Champu
constructor
A new instance of Champu.
- #setup {|config| ... } ⇒ Object
- #step(title) {|temp_step| ... } ⇒ Object
Constructor Details
#initialize ⇒ Champu
Returns a new instance of Champu.
9 10 |
# File 'lib/champu.rb', line 9 def initialize end |
Instance Method Details
#setup {|config| ... } ⇒ Object
11 12 13 14 |
# File 'lib/champu.rb', line 11 def setup yield config Chef::Config.from_file(config[:knife_config_file]) end |