可能重复:
如何清除 Ruby 中的终端?
如何在 ruby 中清除终端屏幕?
puts "hello, what's your name?"
input = gets.chomp
<<clearscreen>>
puts "nice to meet you, #{input}"
可能重复:
如何清除 Ruby 中的终端?
如何在 ruby 中清除终端屏幕?
puts "hello, what's your name?"
input = gets.chomp
<<clearscreen>>
puts "nice to meet you, #{input}"