0
的方法
我當前的代碼看起來有點像這樣,但每當我輸入包括在陣列中的一個變量,我總是得到一個「不」問如果一個變量被包含在一個陣列,雖然在Ruby中
def revisar
var= gets
a = ['Cat', 'Dog', 'Bird']
if a.include?(var)
puts 'yes'
else
puts 'no'
end
end
不!不要使用#chomp!因爲''foo'.chomp! #=> nil'。 –
這不是這種情況,包含一個''\ n「.'這是輸出:'」foo \ n「.chomp! =>「foo」' – binarymason
順便說一句,你不認爲這是一個糟糕的形式downvote誰願意自願回答問題的時間,並提供一個工作答案? – binarymason