From: reuben doetsch Date: 2008-09-28T07:50:44+09:00 Subject: Variable name to string ------=_Part_16819_16125142.1222555882162 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I would like to get the name of the variable in string form, any way this is possible? var = 5 puts var.foo #Want this ti put var i looked into trying to do var.object_id.id2name but some reason this gave me nil, since if it is bugged or object_id is not returning the correct object id. Reuben ------=_Part_16819_16125142.1222555882162--