require "readline" while buf = Readline.readline("> ", true) p buf end. The content that the user input can be recorded to the history.
確定! 回上一頁