| Short description: |
Roof |
| Category: |
Application/Utility |
| Status: |
works nicely |
| Created: |
2002-08-22 20:39:27 GMT |
| Last update: |
2002-08-22 20:39:27 GMT |
| Owner: |
Joel VanderWerf
(Projects of this owner) |
| Homepage: |
http://redshift.sourceforge.net/roof/ |
| Download: |
http://redshift.sourceforge.net/roof/roof-0.3.tgz
|
| License: |
Ruby's |
| Dependency: |
|
| Description: |
ROOF: Ruby Object-Oriented Files
Roof is a simple object-oriented file system based on files which contain or inherit Ruby methods and contain data as well. The methods manipulate the data part of the file and are invoked from the shell with a command line of the form:
myfile method arg1 arg2 ...
The instance file, "myfile", refers to a class file. A class file is itself a Roof object; it supports a create method for creating instances and may support other class methods.
|