Module: GitCompound::Command::Procedure::Element::Manifest
- Defined in:
- lib/git_compound/command/procedure/element/manifest.rb
Overview
Manifest mixin
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#initialize(opts) ⇒ Object
8 9 10 11 |
# File 'lib/git_compound/command/procedure/element/manifest.rb', line 8 def initialize(opts) super @manifest = manifest_load(opts[:manifest]) end |