Class: SemVerComponents::Output

Inherits:
Object
  • Object
show all
Defined in:
lib/sem_ver_components/output.rb

Instance Method Summary collapse

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