mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add a space to separate sentences in the error message
This commit is contained in:
parent
61e4499545
commit
94d858f81a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue