RAA - protocol/0.8.1

protocol / 0.8.1

Short description: Method Protocols for Ruby Classes
Category: Library/Development
Status: beta
Created: 2007-11-29 02:09:19 GMT
Last update: 2008-12-17 19:59:38 GMT
Owner: Florian Frank (Projects of this owner)
Homepage: http://protocol.rubyforge.org/
Download: http://rubyforge.org/frs/download.php/48802/protocol-0.8.1.tgz
License: GPL
Dependency:
Requires: ParseTree/2.x Ruby Source Parser
Description:

This library offers an implementation of protocols against which you can check the conformity of your classes or instances of your classes. They are a bit like Java Interfaces, but as mixin modules they can also contain already implemented methods. Additionally you can define preconditions/postconditions for methods specified in a protocol.

Versions: [0.9.0 (2009-08-11)] [0.8.2 (2009-07-28)] [0.8.1 (2008-12-17)] [0.8.0 (2007-11-29)]

Edit this project (for project owner)

back to RAA top