Skip to content

Commit 180557f

Browse files
committed
fix: refer to top level Set
1 parent 3a8682f commit 180557f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rapid/object_set.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Rapid
4-
class ObjectSet < Set
4+
class ObjectSet < ::Set
55

66
def add_object(object)
77
return self if include?(object)

0 commit comments

Comments
 (0)