Class: Mech::Producer
- Inherits:
-
Object
- Object
- Mech::Producer
- Includes:
- Configurator
- Defined in:
- lib/mech.rb,
lib/mech/producer.rb
Defined Under Namespace
Instance Method Summary collapse
-
#initialize(paths) ⇒ Producer
constructor
A new instance of Producer.
Methods included from Configurator
Constructor Details
#initialize(paths) ⇒ Producer
Returns a new instance of Producer.
5 6 7 |
# File 'lib/mech/producer.rb', line 5 def initialize(paths) @paths = paths end |