Sha256: 5cdcb9be30ca1ff17e2583e558435fa4e6afa55daa8809eb5fc4de4e32902b82
Contents?: true
Size: 705 Bytes
Versions: 4
Compression:
Stored size: 705 Bytes
Contents
# API Guide This very brief documentation should give you a good starting point on how to discover the API: ``` Comparator # Main class dispatching the work | -- Check, Result, Sample # Helper classes for easier testing | -- SearchingStrategies | | | -- ContainsAll # Strategies doing the hard work: | | # compare data with keywords and | -- ... # return the result | -- CachingStrategies | | | -- SingleValueCaching # Strategies doing the hard work: | | # caching the objects | -- ... ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
the_array_comparator-0.5.0 | API-GUIDE.md |
the_array_comparator-0.4.0 | API-GUIDE.md |
the_array_comparator-0.3.4 | API-GUIDE.md |
the_array_comparator-0.3.1 | API-GUIDE.md |