Prev: Module A extends Moudle B possible?
Next: require, from within lib, files located under the local path
From: Jaime Fournier on 22 Mar 2010 23:49 Hello, I have code at http://mauthesis.com/test.rb I was under the assumption that each connection to this soap server would spawn a new instance of the main class and thus never have error on line 8 trigger. What would be the right way to assure every call was initializing these to prevent this persistence of instance variables between calls? Thanks. |