From: James Edward Gray II Date: 2007-08-30T11:30:36+09:00 Subject: Re: [QUIZ] ID3 Tags (#136) On Aug 29, 2007, at 6:56 PM, Matthew Moss wrote: > I've been extremely busy lately, but I wanted to give this one a try. > This solution is not complete as far as the problem specification > goes, but my bit o' metaprogramming-type stuff works, though I'd have > liked to push it further. This is a very clever solution. I have one suggestion though� > class ID3 > > @@recLen = 0 > > def ID3.field(name, len, flags=[]) Changing flags=[] to *flags gives a nicer interface, I think. James Edward Gray II