opnsense-ports/devel/rubygem-protocol/pkg-descr
Franco Fichtner 8b51cdff41 */*: sync with upstream
Taken from: HardenedBSD
2017-07-16 00:05:38 +02:00

8 lines
422 B
Text

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.
WWW: https://flori.github.io/protocol/
WWW: https://github.com/flori/protocol