Module: LontaraUtilities::Git

Defined in:
lib/lontara_utilities/git.rb,
lib/lontara_utilities/git/branch.rb,
lib/lontara_utilities/git/release.rb

Overview

Module Git responsible for handling git Branch and Release.

Defined Under Namespace

Classes: Branch, Release

Class Method Summary collapse

Class Method Details

.branchObject

Module function of Git Branch. Call this function like this: ‘LontaraUtilities::Git.branch#method_name`



13
14
15
# File 'lib/lontara_utilities/git.rb', line 13

def branch
  Branch
end

.releaseObject

Module function of Git Release. Call this function like this: ‘LontaraUtilities::Git.release#method_name`



19
20
21
# File 'lib/lontara_utilities/git.rb', line 19

def release
  Release
end