I want to define method like include?(obj) which check existence of obj in array of my class. Is there a way to do this in ruby?