Re: $binding global var?

Ah… i see.
thanks.

----- Original Message ----
From: Joel VanderWerf [email protected]
To: ruby-talk ML [email protected]
Sent: Tuesday, May 29, 2007 3:49:22 PM
Subject: Re: $binding global var?

Matthieu TC wrote:

Hello,

Can anyone satisfy my curiosity and tell me what the global variable $binding is for?

I though it might be a default binding for eval calls but my tests didnt concur.

Irb uses $binding. But ruby does not:

$ ruby -ve ‘p global_variables.grep(/binding/)’
ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-linux]
[]