I have the following logic:
我的逻辑如下:
if something
some_variable = true if another_variable
your_variable = true if that_other_variable
elsif thatthing
my_variable = true if another_variable
her_variable = true if that_other variable
else
puts "nothing found"
end
if some