From: "J. mp" Date: 2007-02-12T01:45:44+09:00 Subject: Re: remove element from array J. mp wrote: > Hi, > how can I do to rtemove an elemnt from an array, > > I have this array : > "user"=>{"password_confirmation"=>"", "screen_name"=>"sdfsdfsdfsdf", > "first_name"=>"sdfsdfsd", "last_name"=>"dskkd", "password"=>"", > "email"=>"asdasd@sdksd.cpd"} > > And I want to remove the elements "password_confirmation" and > "password". > > How should I do this. I found nothing in docs, setting them to nil it's > not an option > > thanks sorry for making loosing your time. I'm a looser :) it's from an Hash and not from and array -- Posted via http://www.ruby-forum.com/.