summaryrefslogtreecommitdiff
path: root/lib/set/sorted_set.rb
blob: e4e01ba4a870606e81071fa333ee83b432e69878 (plain)
1
2
3
4
5
6
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