Merge pull request #133 from jhuet/patch-1

Adding RulerZ as a sample for Specification pattern
This commit is contained in:
Dominik Liebler
2015-04-29 13:22:28 +02:00

View File

@@ -9,6 +9,11 @@ checked against. The composite specification class has one method called
``isSatisfiedBy`` that returns either true or false depending on whether
the given object satisfies the specification.
Sample:
^^^^^^^
- `RulerZ <https://github.com/K-Phoen/rulerz>`__
UML Diagram
-----------