From: Ben Date: 2005-09-26T10:51:26+09:00 Subject: Re: Overloading On 9/25/05, Edward Faulkner wrote: > You can do this: > > if pattern.class == Array # then ... I wasn't aware that I could compare .class with a type name. I guess I should have realized that. Thanks! -Ben