class Papa::Command::Git::RebaseAbort

Public Class Methods

new() click to toggle source
Calls superclass method Papa::Command::Base::new
# File lib/papa/command/git/rebase_abort.rb, line 7
def initialize
  command = 'git rebase --abort'
  super(command)
end