Skip to content

Commit 4f45a58

Browse files
committed
More calling sequence changes.
1 parent 797e9cb commit 4f45a58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rdf/mongo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def initialize(**options, &block)
165165
#{key: {s: 1, o: "hashed"}}, # Muti-key hashed indexes not allowed
166166
#{key: {p: 1, o: "hashed"}}, # Muti-key hashed indexes not allowed
167167
])
168-
super(options, &block)
168+
super(**options, &block)
169169
end
170170

171171
# @see RDF::Mutable#insert_statement

0 commit comments

Comments
 (0)