summaryrefslogtreecommitdiff
path: root/lib/set/sorted_set.rb
blob: bc07bc1fb0c7daba8d7c672815fc1aabe188bca8 (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