From: konsu Date: 2005-12-22T15:27:49+09:00 Subject: Re: Problem with: Exception: cannot convert Class into String hello, this code is not complete, so it is difficult to guess why aString inside the method is Class. konstantin "basi" wrote in message news:1135230945.471145.67800@g44g2000cwa.googlegroups.com... > Hello: > > puts aString <<< no error printing aString here > process(aString) > .... > ... > def process(aString) > puts aString <<< error printing aString here > end > > > The error is: Exception: cannot convert Class into String > > What would it cause for aString to become a Class? > > Thanks! > basi >