Class: SemVerComponents::Output
- Inherits:
-
Object
- Object
- SemVerComponents::Output
- Defined in:
- lib/sem_ver_components/output.rb
Direct Known Subclasses
SemVerComponents::Outputs::Info, SemVerComponents::Outputs::SemanticReleaseAnalyze, SemVerComponents::Outputs::SemanticReleaseGenerateNotes
Instance Method Summary collapse
-
#initialize(local_git) ⇒ Output
constructor
Constructor.
Constructor Details
#initialize(local_git) ⇒ Output
Constructor
- Parameters
-
local_git (LocalGit): The git repository
9 10 11 |
# File 'lib/sem_ver_components/output.rb', line 9 def initialize(local_git) @local_git = local_git end |