From: Andrew Wagner Date: 2010-07-07T22:01:35+09:00 Subject: New, but this seems odd... --0016e6d64cff4360ff048acbc432 Content-Type: text/plain; charset=UTF-8 Ok, granted that I'm pretty new to ruby, but this seems odd to me: irb(main):001:0> x = [1,2,3] => [1, 2, 3] irb(main):002:0> x.delete 2 => 2 irb(main):003:0> x => [1, 3] With this behavior, wouldn't "delete!" be a more appropriate name? --0016e6d64cff4360ff048acbc432--