PythonがRubyに持っているようなif-inステートメントを探しています。
基本的に、 an_array のxが
これは私が取り組んでいたコードで、変数「line」は配列です。
def distance(destination, location, line)
if destination and location in line
puts "You have #{(n.index(destination) - n.index(location)).abs} stops to go"
end
end