member :: Enumerable
member(object) -> Boolean
Determines whether a given object is in the Enumerable or not, based on the == comparison operator. Convenience alias for include.
See also
Enumerable: include
Prototype API 1.5.0 - prototypejs.org