Add solution to Sublist problem.#720
Conversation
|
|
||
| For installation and learning resources, refer to the | ||
| [exercism help page](http://exercism.io/languages/ruby). | ||
|
|
There was a problem hiding this comment.
Should also include instructions about how to run the tests.
There was a problem hiding this comment.
I solved this problem once and for all by autogenerating READMEs: #721
|
This is a great PR, thanks. I love that you included a link to the canonical data 👍 I'd like us to implement this problem in a property based manner, see: exercism/problem-specifications#424 for how it was done with triangles. |
|
I'd rather have the changes made to canonical data rather than make workarounds for it. |
|
In which case we'll need to submit an issue/PR to the https://github.com/exercism/problem-specifications repository about that. |
Why?
Solve unimplemented Sublist problem for Ruby.
What?
Sublist problem description: https://github.com/exercism/problem-specifications/blob/master/exercises/sublist/description.md
How Has This Been Tested?
rake test
rake test:sublist
Types of changes