matz / netlab.co.jp (Yukihiro Matsumoto) writes: > I see what you mean. I was misunderstanding you. Just use > `binding' method at the toplevel. It returns the current binding. True enough. What I'm trying to illustrate though is how that binding gets set up. It would be nice to be able to say something like: Ruby behaves as if your program was wrapped in the following code xxx yyy # # your program goes here # zzz Dave