Libraries
»
fs-gitlab
(4.19.3)
»
Index
»
Gitlab
»
Shell
»
History
»
#push
Method: Gitlab::Shell::History#push
Defined in:
lib/gitlab/shell_history.rb
#
push
(line) ⇒
Object
Also known as:
<<
21 22 23
# File 'lib/gitlab/shell_history.rb', line 21
def
push
(
line
)
Readline
::
HISTORY
<<
line
end