From: Dave Thomas Date: 2003-06-03T13:21:34+09:00 Subject: Dynamically scoped variables Just as a bit of fun I posted a piece on implementing dynamically scoped variables in Ruby at http://pragprog.com/pragdave/Tech/Random/StackContext.rdoc,v I'm sure there are easier ways. I just hacked this one out, so I'm happy to be humiliated with better solutions. Cheers Dave