class Byebug::History

def pop


Removes a command from Readline's history.
def pop
  self.size -= 1
  Readline::HISTORY.pop
end