Class: Papa::Command::Git::MergeAbort

Inherits:
Base
  • Object
show all
Defined in:
lib/papa/command/git/merge_abort.rb

Instance Attribute Summary

Attributes inherited from Base

#command, #exit_status, #silent, #stderr, #stdout

Instance Method Summary collapse

Methods inherited from Base

#cleanup, #failed?, #failure_message, #run, #success?

Constructor Details

#initializeMergeAbort

Returns a new instance of MergeAbort.



7
8
9
10
# File 'lib/papa/command/git/merge_abort.rb', line 7

def initialize
  command = 'git merge --abort'
  super(command)
end