Method: Blower::Context#initialize
- Defined in:
- lib/blower/context.rb
#initialize(path) ⇒ Context
Create a new Context.
44 45 46 47 48 |
# File 'lib/blower/context.rb', line 44 def initialize (path) @path = path @data = {} @hosts = [] end |