From: basi Date: 2005-12-22T14:57:57+09:00 Subject: Problem with: Exception: cannot convert Class into String 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