mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
7 lines
196 B
Ruby
7 lines
196 B
Ruby
|
begin
|
||
|
require 'sorted_set'
|
||
|
rescue ::LoadError
|
||
|
raise "The `SortedSet` class has been extracted from the `set` library." \
|
||
|
"You must use the `sorted_set` gem or other alternatives."
|
||
|
end
|