Sha256: e42434831875e90da2d31475ccafceea8a8baf2b7f440c3b1eddd0d8f76d59d0

Contents?: true

Size: 560 Bytes

Versions: 2

Compression:

Stored size: 560 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
|
-- Strategies
|  |
|  -- ContainsAll                    # Strategies doing the hard work:
|  |                                 # compare data with keywords and
|  -- ...                            # return the result
|
-- Cache                             # Cache checks for easier retrieval
 
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
the_array_comparator-0.3.0 API-GUIDE.md
the_array_comparator-0.2.0 API-GUIDE.md