F
Fernando Giannetti
Hi!
there is a better way to do that?
if anArray.include?(id)
state='YES'
else
state='NOT'
end
puts "#{id}: #{state} included"
Thanks!
there is a better way to do that?
if anArray.include?(id)
state='YES'
else
state='NOT'
end
puts "#{id}: #{state} included"
Thanks!