B
Bryan
Hi,
I'm fairly new to Ruby and I was wondering if there was a module that
functions similarly to the shelve module in Python.
The shelve module is a method for packaging a dictionary (hash) of
arbritrary objects into a file. I use it as a rudimentary database so
that I don't have to rebuild objects from text files over and over.
If anyone knows of a module in Ruby that could accomplish this, or a
suggestion on how to do this, any help would be appreciated.
Thanks,
Bryan Weatherly
I'm fairly new to Ruby and I was wondering if there was a module that
functions similarly to the shelve module in Python.
The shelve module is a method for packaging a dictionary (hash) of
arbritrary objects into a file. I use it as a rudimentary database so
that I don't have to rebuild objects from text files over and over.
If anyone knows of a module in Ruby that could accomplish this, or a
suggestion on how to do this, any help would be appreciated.
Thanks,
Bryan Weatherly