From: ruud grosmann Date: 2008-09-10T19:14:59+09:00 Subject: Re: Per suite unit test setup and teardown > > Peter, you have to double the horror to get what you want: > > END { > END { > puts "this is run after the tests" > } > } > > I think I learned this trick from Ara. Why is a single END not enough? What is happening here? RG