Class: DeployNotes::Local
- Inherits:
-
Object
- Object
- DeployNotes::Local
- Defined in:
- lib/deploy_notes/local.rb
Overview
Class for local deployments
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
4 5 6 |
# File 'lib/deploy_notes/local.rb', line 4 def get "[#{branch_name}] - [#{commit_info}]" end |