class Gitlab::Shell::History

def push(line)

def push(line)
  Readline::HISTORY << line
end