Class: Whisk::RunContext
- Inherits:
-
Object
- Object
- Whisk::RunContext
- Defined in:
- lib/whisk/run_context.rb
Instance Method Summary collapse
-
#initialize ⇒ RunContext
constructor
A new instance of RunContext.
Constructor Details
#initialize ⇒ RunContext
Returns a new instance of RunContext.
3 4 5 6 7 8 |
# File 'lib/whisk/run_context.rb', line 3 def initialize @bowls = {} @bowls['__default'] = Whisk::Bowl.new '__default' do path "cookbooks" end end |