这是一个非常愚蠢的问题,但它对我不起作用。
我试图让程序等待我的输入。我尝试用 替换gets
,stdin.gets
当$stdin.gets
我尝试时,gets.chomp
我得到一个 nil 类异常。
puts "Get works here?"
option = gets
puts option
这是一个非常愚蠢的问题,但它对我不起作用。
我试图让程序等待我的输入。我尝试用 替换gets
,stdin.gets
当$stdin.gets
我尝试时,gets.chomp
我得到一个 nil 类异常。
puts "Get works here?"
option = gets
puts option