We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797e9cb commit 4f45a58Copy full SHA for 4f45a58
1 file changed
lib/rdf/mongo.rb
@@ -165,7 +165,7 @@ def initialize(**options, &block)
165
#{key: {s: 1, o: "hashed"}}, # Muti-key hashed indexes not allowed
166
#{key: {p: 1, o: "hashed"}}, # Muti-key hashed indexes not allowed
167
])
168
- super(options, &block)
+ super(**options, &block)
169
end
170
171
# @see RDF::Mutable#insert_statement
0 commit comments