2012/10/2 ajay paswan <[email protected]> > 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? > > -- > Posted via http://www.ruby-forum.com/. > > Look for Array in http://ruby-doc.org/core-1.9.3/. Bookmark this page because it's extremely useful :)
-- You received this message because you are subscribed to the Google Groups ruby-talk-google group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at https://groups.google.com/d/forum/ruby-talk-google?hl=en
