We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8682f commit 180557fCopy full SHA for 180557f
lib/rapid/object_set.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
3
module Rapid
4
- class ObjectSet < Set
+ class ObjectSet < ::Set
5
6
def add_object(object)
7
return self if include?(object)
0 commit comments