I have an array of elements in Ruby [2,4,6,3,8] I need to remove elements with value 3 for example How do I do that? 15 Answers 15 Tags: arraysruby