the method in question:
有问题的方法:
def first_question
puts "Do you know how to play? (yes or no)\n"
answer = STDIN.gets.chomp.downcase.to_i
return answer
end
def firstthe method in question:
有问题的方法:
def first_question
puts "Do you know how to play? (yes or no)\n"
answer = STDIN.gets.chomp.downcase.to_i
return answer
end
def first