access / 0.1
| Short description: | Eiffel-esque access modifiers | |||||
|---|---|---|---|---|---|---|
| Category: | Library/Language | |||||
| Status: | experimental | |||||
| Created: | 2003-11-21 21:00:03 GMT | |||||
| Last update: | - | |||||
| Owner: | Jamis Buck (Projects of this owner) | |||||
| Homepage: | http://ruby.jamisbuck.org | |||||
| Download: | http://ruby.jamisbuck.org/access+-0.1.tar.gz | |||||
| License: | GPL | |||||
| Dependency: |
|
|||||
| Description: | An implementation of Eiffel-esque access modifiers for methods. Use the 'feature' or 'allow' methods (they do the same thing) to specify an optional list of classes that may access the subsequently-declared methods. This provides, then, a superset of Ruby's default access modifiers (private, protected, and public).
|
|||||