1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/rubygem-protocol/pkg-descr
Sunpoet Po-Chuan Hsieh 99a08e82d5 Update WWW
2017-07-15 17:22:43 +00:00

9 lines
422 B
Plaintext

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