From: Sam Duncan Date: 2012-10-02T07:12:07+09:00 Subject: Re: delete object from array of object On 10/02/2012 11:06 AM, ajay paswan wrote: > Suppose a class: > > class C_L_A_S_S > attr_accessor :a, :b, :c > end > > I have an array of object of class above. > say a_of_obj > > Now I want to delete the element from a_of_obj whose a=33 > Could you please tell me the best way to do it? > Is this homework? Sam