Method: Blower::Context#initialize

Defined in:
lib/blower/context.rb

#initialize(path) ⇒ Context

Create a new Context.

Parameters:

  • path (Array)

    The search path for tasks.



44
45
46
47
48
# File 'lib/blower/context.rb', line 44

def initialize (path)
  @path = path
  @data = {}
  @hosts = []
end