I have a line of text
this is the line
and I want to return true if one of the elements in that array:
['hey', 'format', 'qouting', 'this']
is a part of the string given above.
So for the line above it should return true.
For this line hello my name is martin it should not.
I know include? but I don't know how to use it here if it helps at all.