In Ruby, how can I find a value in an array?
Thanks for replies.
I did like this:
puts 'find' if array.include?(value)