From: Joel Pearson Date: 2013-06-18T22:48:30+09:00 Subject: Re: Persistent value assign If you want persistent storage you'll need to output the data into a file, and read the file at startup. The usual method for this would be something like an internal database (SQlite?), or using YAML files. If it's something really simple you can just create a text file somewhere it won't be interfered with. -- Posted via http://www.ruby-forum.com/.