From: Nathan Olberding Date: 2006-04-08T02:43:47+09:00 Subject: Re: Simple Question About Deleting Instances Nathan Olberding wrote: > ... this is going to take a while to debug. Does anyone have any idea > why using only class variables would work but instance variables > wouldn't? I suspect tainting, but how is any of this tainted? Now I just feel like I'm spamming the forum with my newbieness... For some reason, having methods for accessors (def fileName;return @fileName;end) works on the command line but not through a browser. Using attr_accessor instead, it works. That part of my code was a vestige from previous habits, so I wont miss it, but does anyone have any idea why it wouldn't have worked to write accessor methods? -- Posted via http://www.ruby-forum.com/.