`arr.find_index [1, 2]` with white space before the opening bracket is not considered a method argument Should be interpreted as: `arr.find_index([1,2])` Not as: `(arr.find_index)[1,2]`