Method Protocols for Ruby Classes
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.
$
pkg install rubygem-protocolOrigin
devel/rubygem-protocol
Size
107KiB
License
GPLv2
Maintainer
sunpoet@FreeBSD.org
Dependencies
3 packages
Required by
0 packages