On 2010-06-05 11:40:25 -0700, Intransition said: > Is there anyway to delete all the local and instance variables in a > Binding? > > I've been working on a test framework and ideally I'd like the tests > to run at the toplevel rather than within the scope of some class. But > to do this I need to clear out the variables between each test script. Binding objects are not mutable, nor would I suggest this as an implementation strategy. Rein Henrichs http://puppetlabs.com http://reinh.com