class Papa::Command::Git::MergeAbort
Public Class Methods
new()
click to toggle source
Calls superclass method
Papa::Command::Base::new
# File lib/papa/command/git/merge_abort.rb, line 7 def initialize command = 'git merge --abort' super(command) end