From: saladin.mundi@... Date: 2007-11-19T23:33:04+09:00 Subject: Re: Observe variable set and variable change > I don't think that there exists some method for this purpose. You can > use Ruby's trace possibilities or a simple method for looking at local > variables at special points... > What methods does ruby itself [so, the C-core] uses to initialize a variable (local, global, instance, whatever)? And what method(s) is(are) used to give an exisiting variable a new value? thanks