Ruby: What is the easiest way to remove the first element from an array?

Viewed 229646

Lets say I have an array

[0, 132, 432, 342, 234]

What is the easiest way to get rid of the first element? (0)

11 Answers
Related