Describe the feature or issue and link to the related issue. If no issue has been opened about this, be sure to open an issue first to discuss the need for this PR.
Please include any relevant code samples or screen shots that may help to overview of this PR. Link to specific lines of code, or examples if you need to.
- - An issue already exists detailing the issue/or feature request that this PR fixes
- - All specs are formatted with
crystal tool format spec src
- - Inline documentation has been added and/or updated
- - Lucky builds on docker with
./script/setup
- - All builds and specs pass on docker with
./script/test