> I thought Elements methods works like for Element methods, I expected > Elements.contains(B) return true if at least one element of the array > match containing the argument B...am I wrong ?
If a method exists on Array, it will take precedence over one of the same name on Elements (a couple of the devs posted about this recently). -- S.
