I\'m trying to extend the Array.contains function to allow an optional parameter and return false when the parameter is nil. I started with this:
Array.contains
ext