ruby / set

This library provides the Set class, which deals with a collection of unordered values with no duplicates.
BSD 2-Clause "Simplified" License
23 stars 13 forks source link

Add a space to separate sentences in the error message #13

Closed arbox closed 3 years ago

arbox commented 3 years ago

@knu,

please consider reviewing this PR.

@marcandre added an informative error message, this PR adds a separator between messages to take them apart on the command line.

marcandre commented 3 years ago

Thanks!