pubsub / 0.3
| Short description: | Publish/Subscribe approach to method visibility | |||||
|---|---|---|---|---|---|---|
| Category: | Library/Language | |||||
| Status: | experimental | |||||
| Created: | 2004-01-09 23:11:59 GMT | |||||
| Last update: | - | |||||
| Owner: | Jamis Buck (Projects of this owner) | |||||
| Homepage: | http://ruby.jamisbuck.org | |||||
| Download: | http://ruby.jamisbuck.org/pubsub.rb | |||||
| License: | PublicDomain | |||||
| Dependency: |
|
|||||
| Description: | This code is based on something Matz described in a comment to RCR #187, which was proposing an Eiffel-inspired approach to method visibility. Matz in particular was opposed to the way in which Eiffel did selective exporting of methods, and introduced a concept he used in his graduation thesis: a publish/subscribe-based approach to method visibility.
|
|||||