From: Logan Capaldo Date: 2007-10-02T23:45:02+09:00 Subject: Re: canonical Array#append to hang hook On 10/2/07, Lars Ticot wrote: > To Logan Capaldo: > > I got this error: > narray.rb:9:in `method_missing': undefined method `append' for [1, > 2,3]:Narray (NoMethodError) > from narray.rb:32 > Heh I'm silly. There actually is no Array#append method so that's what should have happend. Delete the narray.append line and then try it out, I think you'll find it's a pleasantly evil hack.