Class: Avm::Git::Issue::Deliver
- Inherits:
-
Object
- Object
- Avm::Git::Issue::Deliver
- Defined in:
- lib/avm/git/issue/deliver.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
15 16 17 18 19 |
# File 'lib/avm/git/issue/deliver.rb', line 15 def run push true end |
#start_banner ⇒ Object
21 22 23 24 25 |
# File 'lib/avm/git/issue/deliver.rb', line 21 def infov 'Branch name', branch_name infov 'Commit ID', branch_commit_id infov 'Push arguments', ::Shellwords.join(push_args) end |