From: aidy Date: 2006-10-04T19:15:08+09:00 Subject: ruby and variable names Hi, I have noticed Ruby coders using 1 character variables names (e.g. t,d) Is this done because Ruby is a dynamic language and any object can be held in these variables? aidy