From: Robert Klemme Date: 2006-02-02T06:56:26+09:00 Subject: Re: How does one determine an objects class? John Maclean wrote: > Say I've got > str = IO.read("testfile_for_using_file_open") > how can Idetermone what class this object belongs to? str is of class String. robert ;-)