README excerpt
# Containers-LinkedList
[](https://travis-ci.com/Ducasse/Containers-LinkedList)


[](https://coveralls.io/github//Ducasse/Containers-LinkedList?branch=master)
[]()
<!-- [](https://ci.appveyor.com/project/olekscode/dataframe) -->
## Loading
```
Metacello new
baseline: 'ContainersLinkedList';
repository: 'github://Ducasse/Containers-LinkedList';
load.
```
## If you want to depend on it
```
spec
baseline: 'ContainersLinkedList'
with: [ spec repository: 'github://Ducasse/Containers-LinkedList/src' ].
```
--
The best way to predict the future is to do it!