Bluejade/closest_index
array.index returns nil if there is no match. array.closest_index returns the index of the closest match
RubyNOASSERTION
array.index returns nil if there is no match. array.closest_index returns the index of the closest match
RubyNOASSERTION