Add a space to separate sentences in the error message
This commit is contained in:
parent
61e4499545
commit
94d858f81a
@ -1,6 +1,6 @@
|
|||||||
begin
|
begin
|
||||||
require 'sorted_set'
|
require 'sorted_set'
|
||||||
rescue ::LoadError
|
rescue ::LoadError
|
||||||
raise "The `SortedSet` class has been extracted from the `set` library." \
|
raise "The `SortedSet` class has been extracted from the `set` library. " \
|
||||||
"You must use the `sorted_set` gem or other alternatives."
|
"You must use the `sorted_set` gem or other alternatives."
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user