Method: CIJoe#git_branch
- Defined in:
- lib/cijoe.rb
#git_branch ⇒ Object
| 173 174 175 176 177 | # File 'lib/cijoe.rb', line 173 def git_branch return @git_branch if @git_branch branch = repo_config.branch.to_s @git_branch = branch == '' ? "master" : branch end |